MonobjcMonobjc Documented Class Library
CGAffineTransform64 Structure
NamespacesMonobjc.ApplicationServicesCGAffineTransform64
Structure used for marshalling on 64 bits platforms. Never use this structure directly.
Declaration Syntax
C#Visual BasicVisual C++
public struct CGAffineTransform64
Public Structure CGAffineTransform64
public value class CGAffineTransform64
Members
All MembersConstructorsMethodsFields



IconMemberDescription
CGAffineTransform64(Double, Double, Double, Double, Double, Double)
Initializes a new instance of the CGAffineTransform64 struct.

a
The entry at position [1,1] in the matrix.

b
The entry at position [1,2] in the matrix.

c
The entry at position [2,1] in the matrix.

d
The entry at position [2,2] in the matrix.

Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(CGAffineTransform64 to CGAffineTransform)
Performs an implicit conversion from CGAffineTransform64 to CGAffineTransform.

ImplicitWideningImplicitImplicitImplicit(CGAffineTransform to CGAffineTransform64)
Performs an implicit conversion from CGAffineTransform to CGAffineTransform64.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
tx
The entry at position [3,1] in the matrix.

ty
The entry at position [3,2] in the matrix.

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)