PathFigure3F Class |
Namespace: DigitalRune.Graphics
The PathFigure3F type exposes the following members.
Name | Description | |
---|---|---|
PathFigure3F |
Initializes a new instance of the PathFigure3F class.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invalidate |
Invalidates cached render data. (Must be called when properties of a figure are changed.)
(Inherited from Figure.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
BoundingShape |
Gets the collision shape for bounding volume tests and culling.
(Inherited from Figure.) | |
HitShape |
Gets the collision shape for hit tests.
(Inherited from Figure.) | |
Segments |
Gets the curve segments.
|
The PathFigure3F can be used to define data for line rendering. Lines are defined using curve segments (see property Segments). A curve segment is any object that implements ICurve<float, Vector3F>. Examples: LineSegment3F, BezierSegment3F, Path3F, etc.
In contrast to a PathFigure2F, the PathFigure3F cannot be filled.