Class WmfCreateRegion
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_CREATEREGION record creates a Region Object (section 2.2.1.5).
public class WmfCreateRegion : WmfGraphicObject
- Inheritance
-
WmfCreateRegion
- Inherited Members
Constructors
WmfCreateRegion()
public WmfCreateRegion()
Properties
Region
Gets or sets the region.
public WmfRegion Region { get; set; }
Property Value
- WmfRegion
Region Object data that defines the region to create.