Class DwfWhipDrawable

DwfWhipDrawable class

Represents Whip drawable object

public abstract class DwfWhipDrawable : DwfWhipObject

Properties

NameDescription
virtual Color { get; set; }Gets or sets Color
IsMaterialized { get; }Gets or sets value, that object is materialized
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
abstract MaxPoint { get; }Gets the max point of object.
abstract MinPoint { get; }Gets the min point of object.
TransformMatrix { get; set; }Gets or sets transform matrix

See Also