EmfPlusDrawClosedCurve

EmfPlusDrawClosedCurve constructor

Initializes a new instance of the EmfPlusDrawClosedCurve class. RecordType - A 16-bit unsigned integer that identifies this record type as EmfPlusDrawClosedCurve from the RecordType enumeration (section 2.1.1.1). The value MUST be 0x4017.

public EmfPlusDrawClosedCurve(EmfPlusRecord source)
ParameterTypeDescription
sourceEmfPlusRecordThe source.

See Also