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
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void RenderPreview(
	IntPtr hdc,
	int left,
	int bottom,
	int right,
	int top
)

Parameters

hdc
Type: SystemIntPtr
DC Handle
left
Type: SystemInt32
Left value of the render rect in Windows coordinates (bottom>top)
bottom
Type: SystemInt32
Bottom value
right
Type: SystemInt32
Right value
top
Type: SystemInt32
Top value
See Also