Click or drag to resize

CMAPTEMPLATE.RenderPreview Method

Create a preview of the map template onto a Windows DC handle

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

public void RenderPreview(
	IntPtr hdc,
	int left,
	int bottom,
	int right,
	int top
)

Parameters

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