DataSize

EmfPlusDrawArc.DataSize property

Gets or sets the size of the data. A 32-bit unsigned integer that specifies the 32-bit-aligned number of bytes of record-specific data that follows. For this record type, the value MUST be one of the following: 0x00000010 If the C bit is set in the Flags field. 0x00000018 If the C bit is clear in the Flags field.

public override int DataSize { get; set; }

Property Value

The size of the data.

Exceptions

exceptioncondition
InvalidDataExceptionInvalid value

See Also