MonoMac.CoreAnimation.CATransform3D Members

The members of MonoMac.CoreAnimation.CATransform3D are listed below.

See Also: Inherited members from System.ValueType

Public Fields

static readonly
IdentityCATransform3D. Documentation for this section has not yet been entered.
m11float. Documentation for this section has not yet been entered.
m12float. Documentation for this section has not yet been entered.
m13float. Documentation for this section has not yet been entered.
m14float. Documentation for this section has not yet been entered.
m21float. Documentation for this section has not yet been entered.
m22float. Documentation for this section has not yet been entered.
m23float. Documentation for this section has not yet been entered.
m24float. Documentation for this section has not yet been entered.
m31float. Documentation for this section has not yet been entered.
m32float. Documentation for this section has not yet been entered.
m33float. Documentation for this section has not yet been entered.
m34float. Documentation for this section has not yet been entered.
m41float. Documentation for this section has not yet been entered.
m42float. Documentation for this section has not yet been entered.
m43float. Documentation for this section has not yet been entered.
m44float. Documentation for this section has not yet been entered.

Public Properties

[read-only]
IsAffinebool. Documentation for this section has not yet been entered.
[read-only]
IsIdentitybool. Documentation for this section has not yet been entered.

Public Methods

Concat(CATransform3D) : CATransform3D
Documentation for this section has not yet been entered.
Equals(CATransform3D) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
GetAffine(CATransform3D) : MonoMac.CoreGraphics.CGAffineTransform
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
Invert(CATransform3D) : CATransform3D
Documentation for this section has not yet been entered.
static
MakeFromAffine(MonoMac.CoreGraphics.CGAffineTransform) : CATransform3D
Documentation for this section has not yet been entered.
static
MakeRotation(float, float, float, float) : CATransform3D
Documentation for this section has not yet been entered.
static
MakeScale(float, float, float) : CATransform3D
Documentation for this section has not yet been entered.
static
MakeTranslation(float, float, float) : CATransform3D
Documentation for this section has not yet been entered.
Rotate(float, float, float, float) : CATransform3D
Documentation for this section has not yet been entered.
Scale(float) : CATransform3D
Documentation for this section has not yet been entered.
Scale(float, float, float) : CATransform3D
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
Translate(float, float, float) : CATransform3D
Documentation for this section has not yet been entered.