SoGDIVectorOutput Class |
Manage vector output to GDI devices. <font color="#0000FF">[Windows only] This class is not implemented on UNIX systems.
Namespace: OIV.HardCopy
The SoGDIVectorOutput type exposes the following members.
Name | Description | |
---|---|---|
SoGDIVectorOutput | Constructor. |
Name | Description | |
---|---|---|
CloseFile | Closes the current file opened with OIV.HardCopy.SoVectorOutput.OpenFile(System.String). | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
OpenFile | Default method: Opens the printer dialog box for paper output. | |
OpenFile(String) | Opens named file. | |
OpenFile(SbDeviceContext) | Initializes GDI output using the given device context (type HDC). | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
</font>
This class is used for writing vector formatted files (Enhanced Metafiles .EMF), for printing directly under MS-Windows, or with a application device context (DC).
An instance of OIV.HardCopy.SoGDIVectorOutput is contained in an OIV.HardCopy.SoVectorizeGDIAction. This is typically the only instance needed.