Size

EmfPlusDrawArc.Size property

Gets or sets the size. A 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes in the entire record, including the 12-byte record header and record-specific data. For this record type, the value MUST be one of the following: 0x0000001C If the C bit is set in the Flags field. 0x00000024 If the C bit is clear in the Flags field

public override int Size { get; set; }

Property Value

The size.

Exceptions

exceptioncondition
InvalidDataExceptionInvalid value

See Also