Click or drag to resize

CMVIEWRender Method

Render a specified area of view 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 Render(
	IntPtr hdc,
	int left,
	int bottom,
	int right,
	int top,
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

public void Render(
	IntPtr hdc,
	int left,
	int bottom,
	int right,
	int top,
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

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
min_x
Type: SystemDouble
Area X minimum
min_y
Type: SystemDouble
Area Y minimum
max_x
Type: SystemDouble
Area X maximum
max_y
Type: SystemDouble
Area Y maximum
See Also