Back to Devexpress

SceneModifier Methods

corelibraries-devexpress-dot-xtracharts-dot-scenemodifier-dot-underscore-methods.md

latest3.2 KB
Original Source

SceneModifier Methods

The class that allows users to apply affine transformations and clipping to the scene.

NameDescription
Clip(DXGraphicsPath)
Clip(RectangleF)Modifies the current clip with the specified rectangle.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

SceneModifier Class

SceneModifier Members

DevExpress.XtraCharts Namespace