Bezier

EmfPlusPathPointTypeRle.Bezier property

Gets or sets a value indicating whether this EmfPlusPathPointTypeRle is bezier. If set, the path points are on a Bezier curve. If clear, the path points are on a graphics line.

public bool Bezier { get; set; }

Property Value

true if bezier; otherwise, false.

See Also