Class EmfPolyPolyShape
base EMF poly polyshape class.
public abstract class EmfPolyPolyShape : EmfBoundedRecord
- Inheritance
-
EmfPolyPolyShape
- Derived
- Inherited Members
Constructors
EmfPolyPolyShape(EmfRecordType)
Initializes a new instance of the EmfPolyPolyShape class.
protected EmfPolyPolyShape(EmfRecordType type)
Parameters
type
EmfRecordTypeThe record type.
EmfPolyPolyShape(EmfRecord)
Initializes a new instance of the EmfPolyPolyShape class.
protected EmfPolyPolyShape(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
APoints
Gets or sets an array of WMF PointS objects, specified in [MS-WMF] section 2.2.2.16, which specifies the array of points.
public Point[][] APoints { get; set; }
Property Value
- Point[][]