Click or drag to resize
ReaderWmfGetSize Method (MetafileUnits)
Returns the size of the read metafile in the units specified as the method parameter.

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

Parameters

units
Type: Ab2d.Common.ReaderWmfMetafileUnits
units as Ab2d.Common.ReaderWmf.MetafileUnits

Return Value

Type: Size
Size in the specified units
Remarks