Click or drag to resize
CMAPTEMPLATERenderPreview Method
Create a preview of the map template onto a Windows DC handle

Available since Oasis montaj version: 6.3.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void RenderPreview(
	IntPtr d1,
	int i2,
	int i3,
	int i4,
	int i5
)

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
See Also