The members of MonoMac.Foundation.NSAffineTransform are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| Creates a new identity transformation. | ||
| Creates a new transformation matching the input value. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| TransformStruct | MonoMac.CoreGraphics.CGAffineTransform. Documentation for this section has not yet been entered. |
AppendTransform(NSAffineTransform)Caller's transformation is replaced with caller's transformation multiplied by the supplied transformation | ||
Concat()Appends the caller's transformation to the current graphics context. | ||
Invert()Replaces the transformation in the caller with the inverse of its current transformation. | ||
PrependTransform(NSAffineTransform)This transformation is replaced by the supplied transformation multiplied by the this transformation | ||
RotateByDegrees(float)Appends a rotation factor to this transformation. | ||
RotateByRadians(float)Appends a rotation factor to this transformation. | ||
Scale(float)Appends the scale factor to both axis in this transformation. | ||
Scale(float, float)Appends the scale factors to this transformation. | ||
Set()Sets the transformation used by the current graphics context to this transformation. | ||
TransformBezierPath(MonoMac.AppKit.NSBezierPath)Documentation for this section has not yet been entered. | ||
TransformPoint(System.Drawing.PointF)Gets the transformed coordinates of a point. | ||
TransformSize(System.Drawing.SizeF)Applies this transformation to size and returns the result. | ||
Translate(float, float)Applies the given translation distances to this transformation | ||