Click or drag to resize

CSYSEMFObjectSize Method

Get the size of an EMF object

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void EMFObjectSize(
	string file,
	ref double size_x,
	ref double size_y
)

public static void EMFObjectSize(
	string file,
	ref double size_x,
	ref double size_y
)

Parameters

file
Type: SystemString
EMF File holding data
size_x
Type: SystemDouble
Size X
size_y
Type: SystemDouble
Size Y
See Also