MonobjcMonobjc Documented Class Library
Substract Method (cgPoint, cgSize)
NamespacesMonobjc.ApplicationServicesCGPointSubstract(CGPoint, CGSize)
Translates the point by the specified size.
Declaration Syntax
C#Visual BasicVisual C++
public static CGPoint Substract(
	CGPoint cgPoint,
	CGSize cgSize
)
Public Shared Function Substract ( _
	cgPoint As CGPoint, _
	cgSize As CGSize _
) As CGPoint
public:
static CGPoint Substract(
	CGPoint cgPoint, 
	CGSize cgSize
)
Parameters
cgPoint (CGPoint)
A point.
cgSize (CGSize)
A size.
Return Value

[Missing <returns> documentation for "M:Monobjc.ApplicationServices.CGPoint.Substract(Monobjc.ApplicationServices.CGPoint,Monobjc.ApplicationServices.CGSize)"]

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)