MonoMac.CoreGraphics.CGPath.CGPathAddArcToPoint C# (CSharp) Method

CGPathAddArcToPoint() private method

private CGPathAddArcToPoint ( IntPtr path, CGAffineTransform &m, float x1, float y1, float x2, float y2, float radius ) : void
path System.IntPtr
m CGAffineTransform
x1 float
y1 float
x2 float
y2 float
radius float
return void
		extern static void CGPathAddArcToPoint(IntPtr path, ref CGAffineTransform m, float x1, float y1, float x2, float y2, float radius);
		public void AddArcToPoint (CGAffineTransform m, float x1, float y1, float x2, float y2, float radius)

Same methods

CGPath::CGPathAddArcToPoint ( IntPtr path, IntPtr zero, float x1, float y1, float x2, float y2, float radius ) : void