MonoMac.Foundation.NSAffineTransform Members

The members of MonoMac.Foundation.NSAffineTransform are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
TransformStructMonoMac.CoreGraphics.CGAffineTransform. Documentation for this section has not yet been entered.

Public Methods

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) : MonoMac.AppKit.NSBezierPath
Documentation for this section has not yet been entered.
TransformPoint(System.Drawing.PointF) : System.Drawing.PointF
Gets the transformed coordinates of a point.
TransformSize(System.Drawing.SizeF) : System.Drawing.SizeF
Applies this transformation to size and returns the result.
Translate(float, float)
Applies the given translation distances to this transformation