Click or drag to resize

CMVIEW.EMFObject Method

Add an EMF file data object to the view.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void EMFObject(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	string file
)

public void EMFObject(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	string file
)

Parameters

min_x
Type: System.Double
Min X
min_y
Type: System.Double
Min Y
max_x
Type: System.Double
Max X
max_y
Type: System.Double
Max Y
file
Type: System.String
EMF File holding data
See Also