SrcUnit

EmfPlusDrawImagePoints.SrcUnit property

Gets or sets a 32-bit signed integer that defines the units of the SrcRect field. It MUST be the UnitPixel value of the UnitType enumeration (section 2.1.1.33).

public EmfPlusUnitType SrcUnit { get; set; }

Property Value

The source unit.

See Also