MonobjcMonobjc Documented Class Library
CGSizeApplyAffineTransform Method (size, t)
NamespacesMonobjc.ApplicationServicesCGAffineTransformCGSizeApplyAffineTransform(CGSize, CGAffineTransform)

Returns the height and width resulting from a transformation of an existing height and width.

Original signature is : CGSize CGSizeApplyAffineTransform ( CGSize size, CGAffineTransform t );

Available in Mac OS X version 10.0 and later.

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