| TransformedFigure Class |
Namespace: DigitalRune.Graphics
The TransformedFigure type exposes the following members.
| Name | Description | |
|---|---|---|
| TransformedFigure |
Initializes a new instance of the TransformedFigure 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.) | |
| Child |
Gets or sets the figure that is transformed.
| |
| HitShape |
Gets the collision shape for hit tests.
(Inherited from Figure.) | |
| Pose |
Gets or sets the pose (position and orientation) that is applied to the figure.
| |
| Scale |
Gets or sets the scale factor that is applied to the figure.
|