The methods of MonoMac.Foundation.NSAffineTransform are listed below. For a list of all members, see the NSAffineTransform Members list.
See Also: Inherited members from MonoMac.Foundation.NSObject
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 | ||