SceneModifier Members
The class that allows users to apply affine transformations and clipping to the scene.Methods
Name | Description |
---|---|
Clip(DXGraphicsPath) | |
Clip(RectangleF) | Modifies the current clip with the specified rectangle. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rotate(Single) | Rotates a scene by the specified angle. |
Scale(Single, Single) | Scales a scene by the specified values. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Translate(PointF) | Translates the scene by the point. |
Translate(Single, Single) | Translates the scene by the specified values. |
See Also