Performs an implicit conversion from CGAffineTransform64 to CGAffineTransform.

C# | Visual Basic | Visual C++ |
public static implicit operator CGAffineTransform ( CGAffineTransform64 value )
Public Shared Widening Operator CType ( _ value As CGAffineTransform64 _ ) As CGAffineTransform
static implicit operator CGAffineTransform ( CGAffineTransform64 value )

- value (CGAffineTransform64)
- The value.

The result of the conversion.

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