Click or drag to resize
CSYSEMFObjectSize Method
Get the size of an EMF object

Available since Oasis montaj version: 6.4.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void EMFObjectSize(
	string str1,
	ref double d2,
	ref double d3
)

Parameters

str1
Type: SystemString
EMF File holding data
d2
Type: SystemDouble
Size X
d3
Type: SystemDouble
Size Y
See Also