EmfPlusFillPolygon.IsCompressed

EmfPlusFillPolygon.IsCompressed property

Gets or sets a value indicating whether this instance 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

public bool IsCompressed { get; set; }

Property Value

true if this instance is compressed; otherwise, false.

See Also