MonobjcMonobjc Documented Class Library
CGRectApplyAffineTransform Method (rect, t)
NamespacesMonobjc.ApplicationServicesCGAffineTransformCGRectApplyAffineTransform(CGRect, CGAffineTransform)

Applies an affine transform to a rectangle.

Original signature is : CGRect CGRectApplyAffineTransform ( CGRect rect, CGAffineTransform t );

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGRect CGRectApplyAffineTransform(
	CGRect rect,
	CGAffineTransform t
)
Public Shared Function CGRectApplyAffineTransform ( _
	rect As CGRect, _
	t As CGAffineTransform _
) As CGRect
public:
static CGRect CGRectApplyAffineTransform(
	CGRect rect, 
	CGAffineTransform t
)
Parameters
rect (CGRect)
The rectangle whose corner points you want to transform.
t (CGAffineTransform)
The affine transform to apply to the rect parameter.
Return Value
The transformed rectangle.
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)