Click or drag to resize
CMVIEWRender Method
Render a specified area of view onto a Windows DC handle

Available since Oasis montaj version: 6.4.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void Render(
	IntPtr d1,
	int i2,
	int i3,
	int i4,
	int i5,
	double d6,
	double d7,
	double d8,
	double d9
)

Parameters

d1
Type: SystemIntPtr
DC Handle
i2
Type: SystemInt32
left value of the render rect in Windows coordinates (bottom>top)
i3
Type: SystemInt32
bottom value
i4
Type: SystemInt32
right value
i5
Type: SystemInt32
top value
d6
Type: SystemDouble
area X minimum
d7
Type: SystemDouble
area Y minimum
d8
Type: SystemDouble
area X maximum
d9
Type: SystemDouble
area Y maximum
See Also