Class EmfFrameRgn
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Records
Assembly: Aspose.Imaging.dll (25.2.0)
The EMR_FRAMERGN record draws a border around the specified region using the specified brush.
public sealed class EmfFrameRgn : EmfDrawingRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfFrameRgn
Inherited Members
EmfRecord.Type, EmfRecord.Size, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfFrameRgn(EmfRecord)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFrameRgn class.
public EmfFrameRgn(EmfRecord source)
Parameters
source
EmfRecord
The source.
EmfFrameRgn()
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFrameRgn class.
public EmfFrameRgn()
Properties
Bounds
Gets or sets 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
public Rectangle Bounds { get; set; }
Property Value
Height
Gets or sets a 32-bit signed integer that specifies the height of the horizontal brush stroke, in logical units.
public int Height { get; set; }
Property Value
IhBrush
Gets or sets a 32-bit unsigned integer that specifies the brush EMF Object Table index.
public int IhBrush { get; set; }
Property Value
RgnData
Gets or sets a RgnDataSize length array of bytes that specifies a RegionData object, in logical units
public EmfRegionData RgnData { get; set; }
Property Value
RgnDataSize
Gets or sets a 32-bit unsigned integer that specifies the size of region data, in bytes.
public int RgnDataSize { get; set; }
Property Value
Width
Gets or sets a 32-bit signed integer that specifies the width of the vertical brush stroke, in logical units.
public int Width { get; set; }