| ShapeChangedEventArgsFeature Property |
Gets the index of the shape feature that has changed.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public int Feature { get; }
Public ReadOnly Property Feature As Integer
Get
public:
property int Feature {
int get ();
}
member Feature : int with get
Property Value
Type:
Int32The index of the shape feature that has changed. The default value is -1.
Remarks
This property indicates which feature of the
Shape has changed. This value is
an index that depends on the type of
Shape. For most shapes, this value is not
used (in this cases it is -1). See the shape documentation of individual shapes (for
example,
CompositeShape or
TriangleMeshShape) to find out how it
is used.
See Also