Class EmfCommentBeginGroup
The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records.
public sealed class EmfCommentBeginGroup : EmfCommentPublicRecordType
- Inheritance
-
EmfCommentBeginGroup
- Inherited Members
Constructors
EmfCommentBeginGroup(EmfRecord)
Initializes a new instance of the EmfCommentBeginGroup class.
public EmfCommentBeginGroup(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
Description
Gets or sets an optional, null-terminated Unicode string that describes this group of records.
public string Description { get; set; }
Property Value
NDescription
Gets or sets the number of Unicode characters in the optional description string that follows.
public int NDescription { get; set; }
Property Value
Rectangle
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle in logical coordinates.
public Rectangle Rectangle { get; set; }