Performs an implicit conversion from CGAffineTransform to CGAffineTransform64.

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

- value (CGAffineTransform)
- 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)