Compressed

EmfPlusDrawBeziers.Compressed property

Gets or sets a value indicating whether the PointData is compressed. If set, PointData specifies absolute locations in the coordinate space with 16-bit integer coordinates. If clear, PointData specifies absolute locations in the coordinate space with 32-bit floating-point coordinates. Note If the Relative flag (below) is set, this flag is undefined and MUST be ignored.

public bool Compressed { get; set; }

Property Value

true if compressed; otherwise, false.

See Also