Origin

EmfSetBrushOrgEx.Origin property

Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the brush’s horizontal and vertical origin in device units.

public Point Origin { get; set; }

See Also