Table of Contents

Class EmfSetBrushOrgEx

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly
Aspose.Imaging.dll

The EMR_SETBRUSHORGEX record specifies the origin of the current brush.

public sealed class EmfSetBrushOrgEx : EmfStateRecordType
Inheritance
EmfSetBrushOrgEx
Inherited Members

Constructors

EmfSetBrushOrgEx()

Initializes a new instance of the EmfSetBrushOrgEx class.

public EmfSetBrushOrgEx()

EmfSetBrushOrgEx(EmfRecord)

Initializes a new instance of the EmfSetBrushOrgEx class.

public EmfSetBrushOrgEx(EmfRecord source)

Parameters

source EmfRecord

The source.

Properties

Origin

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; }

Property Value

Point