MonobjcMonobjc Documented Class Library
CGPointApplyAffineTransform Method (point, t)
NamespacesMonobjc.ApplicationServicesCGAffineTransformCGPointApplyAffineTransform(CGPoint, CGAffineTransform)

Returns the point resulting from an affine transformation of an existing point.

Original signature is : CGPoint CGPointApplyAffineTransform ( CGPoint point, CGAffineTransform t );

Available in Mac OS X version 10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGPoint CGPointApplyAffineTransform(
	CGPoint point,
	CGAffineTransform t
)
Public Shared Function CGPointApplyAffineTransform ( _
	point As CGPoint, _
	t As CGAffineTransform _
) As CGPoint
public:
static CGPoint CGPointApplyAffineTransform(
	CGPoint point, 
	CGAffineTransform t
)
Parameters
point (CGPoint)
A point that specifies the x- and y-coordinates to transform.
t (CGAffineTransform)
The affine transform to apply.
Return Value
A new point resulting from applying the specified affine transform to the existing point.
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)