Click or drag to resize
SoGDIVectorOutputOpenFile Method (SbDeviceContext)

Initializes GDI output using the given device context (type HDC).

Namespace: OIV.HardCopy
Assembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void OpenFile(
	SbDeviceContext hdc
)

Parameters

hdc
Type: OIV.InventorSbDeviceContext
Remarks

But the device context must be first converted into a MM_HIMETRIC mapmode (units: 1/100th mm, the origin being in the bottom left corner, positive x to the right and positive y up). The mapmode can be restored after output processing.

See Also