MonobjcMonobjc Documented Class Library
TransformPoint Method (aPoint)
NamespacesMonobjc.FoundationNSAffineTransformTransformPoint(NSPoint)

Applies the receiver’s transform to the specified NSPoint data type and returns the results.

Original signature is '- (NSPoint)transformPoint:(NSPoint)aPoint'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint TransformPoint(
	NSPoint aPoint
)
Public Overridable Function TransformPoint ( _
	aPoint As NSPoint _
) As NSPoint
public:
virtual NSPoint TransformPoint(
	NSPoint aPoint
)
Parameters
aPoint (NSPoint)
The point in the current coordinate system to which you want to apply the matrix.
Return Value
The resulting point after applying the receiver's transformations.
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)