  | CMAPTEMPLATERenderPreview 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: 2025.1.0.25
Syntaxpublic 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
)
Public Sub RenderPreview ( 
	hdc As IntPtr,
	left As Integer,
	bottom As Integer,
	right As Integer,
	top As Integer
)
Public Sub RenderPreview ( 
	hdc As IntPtr,
	left As Integer,
	bottom As Integer,
	right As Integer,
	top As Integer
)
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
)
member RenderPreview : 
        hdc : IntPtr * 
        left : int * 
        bottom : int * 
        right : int * 
        top : int -> unit 
member RenderPreview : 
        hdc : IntPtr * 
        left : int * 
        bottom : int * 
        right : int * 
        top : int -> unit 
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