EmfSetBrushOrgEx

EmfSetBrushOrgEx class

The EMR_SETBRUSHORGEX record specifies the origin of the current brush.

public sealed class EmfSetBrushOrgEx : EmfStateRecordType

Constructors

NameDescription
EmfSetBrushOrgEx()Initializes a new instance of the EmfSetBrushOrgEx class.
EmfSetBrushOrgEx(EmfRecord)Initializes a new instance of the EmfSetBrushOrgEx class.

Properties

NameDescription
Origin { get; set; }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.
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also