Class DwfWhipPolyline

DwfWhipPolyline class

Represents polyline

public class DwfWhipPolyline : DwfWhipPointSet

Constructors

NameDescription
DwfWhipPolyline()The default constructor.

Properties

NameDescription
virtual Color { get; set; }Gets or sets Color
IsMaterialized { get; }Gets or sets value, that object is materialized
IsTransformed { get; }Gets or sets is transformed, true if the points have been transformed
virtual IsVisible { get; set; }Gets or sets a value indicating whether object is visible.
LayerIndex { get; set; }Gets or sets layer index
LineStyle { get; set; }Gets or sets line style
LineWeight { get; set; }Gets or sets line weight
override MaxPoint { get; }Gets the max point of object.
override MinPoint { get; }Gets the min point of object.
Points { get; }Gets points
TransformMatrix { get; set; }Gets or sets transform matrix

Methods

NameDescription
virtual Transform(DwfWhipTransform)Transforms object

See Also