EmfPlusRegion Class
Contents
[
Hide
]Summary: The EmfPlusRegion object specifies line and curve segments that define a non rectilinear shape
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusRegion
Inheritance: EmfPlusGraphicsObjectType
Constructors
Name | Description |
---|---|
EmfPlusRegion() | Initializes a new instance of the EmfPlusRegion class |
Properties
Name | Type | Access | Description |
---|---|---|---|
region_node | EmfPlusRegionNode[] | r/w | Gets or sets an array of RegionNodeCount+1 EmfPlusRegionNode objects (section 2.2.2.40). Regions are specified as a binary tree of region nodes, and each node MUST either be a terminal node or specify one or two child nodes. RegionNode MUST contain at least one element |
version | EmfPlusGraphicsVersion | r/w | Gets or sets the version. |
Constructor: EmfPlusRegion()
EmfPlusRegion()
Initializes a new instance of the EmfPlusRegion class