MonoMac.CoreGraphics.CGPath Members

The members of MonoMac.CoreGraphics.CGPath are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
BoundingBoxSystem.Drawing.RectangleF. Documentation for this section has not yet been entered.
[read-only]
CurrentPointSystem.Drawing.PointF. Documentation for this section has not yet been entered.
[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
IsEmptybool. Documentation for this section has not yet been entered.
[read-only]
PathBoundingBoxSystem.Drawing.RectangleF. Documentation for this section has not yet been entered.

Public Methods

AddArc(float, float, float, float, float, bool)
Documentation for this section has not yet been entered.
AddArc(CGAffineTransform, float, float, float, float, float, bool)
Documentation for this section has not yet been entered.
AddArcToPoint(float, float, float, float, float)
Documentation for this section has not yet been entered.
AddArcToPoint(CGAffineTransform, float, float, float, float, float)
Documentation for this section has not yet been entered.
AddCurveToPoint(System.Drawing.PointF, System.Drawing.PointF, System.Drawing.PointF)
Documentation for this section has not yet been entered.
AddCurveToPoint(CGAffineTransform, System.Drawing.PointF, System.Drawing.PointF, System.Drawing.PointF)
Documentation for this section has not yet been entered.
AddCurveToPoint(float, float, float, float, float, float)
Documentation for this section has not yet been entered.
AddCurveToPoint(CGAffineTransform, float, float, float, float, float, float)
Documentation for this section has not yet been entered.
AddElipseInRect(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
AddElipseInRect(CGAffineTransform, System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
AddEllipseInRect(CGAffineTransform, System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
AddLines(System.Drawing.PointF[])
Documentation for this section has not yet been entered.
AddLines(CGAffineTransform, System.Drawing.PointF[])
Documentation for this section has not yet been entered.
AddLineToPoint(System.Drawing.PointF)
Documentation for this section has not yet been entered.
AddLineToPoint(CGAffineTransform, System.Drawing.PointF)
Documentation for this section has not yet been entered.
AddLineToPoint(float, float)
Documentation for this section has not yet been entered.
AddLineToPoint(CGAffineTransform, float, float)
Documentation for this section has not yet been entered.
AddPath(CGPath)
Documentation for this section has not yet been entered.
AddPath(CGAffineTransform, CGPath)
Documentation for this section has not yet been entered.
AddQuadCurveToPoint(float, float, float, float)
Documentation for this section has not yet been entered.
AddQuadCurveToPoint(CGAffineTransform, float, float, float, float)
Documentation for this section has not yet been entered.
AddRect(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
AddRect(CGAffineTransform, System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
AddRects(System.Drawing.RectangleF[])
Documentation for this section has not yet been entered.
AddRects(CGAffineTransform, System.Drawing.RectangleF[])
Documentation for this section has not yet been entered.
AddRects(System.Drawing.PointF[], int)
Documentation for this section has not yet been entered.
AddRects(System.Drawing.RectangleF[], int)
Documentation for this section has not yet been entered.
AddRects(CGAffineTransform, System.Drawing.PointF[], int)
Documentation for this section has not yet been entered.
AddRects(CGAffineTransform, System.Drawing.RectangleF[], int)
Documentation for this section has not yet been entered.
AddRelativeArc(float, float, float, float, float)
Documentation for this section has not yet been entered.
AddRelativeArc(CGAffineTransform, float, float, float, float, float)
Documentation for this section has not yet been entered.
Apply(CGPath.ApplierFunction)
Documentation for this section has not yet been entered.
CGPathAddLineToPoint(float, float)
Documentation for this section has not yet been entered.
CGPathAddLineToPoint(CGAffineTransform, float, float)
Documentation for this section has not yet been entered.
CloseSubpath()
Documentation for this section has not yet been entered.
ContainsPoint(System.Drawing.PointF, bool) : bool
Documentation for this section has not yet been entered.
ContainsPoint(CGAffineTransform, System.Drawing.PointF, bool) : bool
Documentation for this section has not yet been entered.
Dispose()
Releases the resourced used by the CGPath object.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
Finalize()
Finalizer for the CGPath object
override
GetHashCode() : int
Documentation for this section has not yet been entered.
IsRect(out System.Drawing.RectangleF) : bool
Documentation for this section has not yet been entered.
MoveToPoint(System.Drawing.PointF)
Documentation for this section has not yet been entered.
MoveToPoint(CGAffineTransform, System.Drawing.PointF)
Documentation for this section has not yet been entered.
MoveToPoint(float, float)
Documentation for this section has not yet been entered.
MoveToPoint(CGAffineTransform, float, float)
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Releases the resourced used by the CGPath object.

Public Operators

static
Equality(CGPath, CGPath)Documentation for this section has not yet been entered.
static
Inequality(CGPath, CGPath)Documentation for this section has not yet been entered.