Click or drag to resize
ReaderWmfGetSize Method
Returns the size of the read metafile in the currently used metafile units.

Namespace: Ab2d
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public Size GetSize()

Return Value

Type: Size
Size in the specified units
Remarks

GetSize returns the size in the units defined in MetafileUnits property. To get the size in other units use the GetSize(MetafileUnits) method.

See Also