MonoMac.AppKit.NSBezierPath Members

The members of MonoMac.AppKit.NSBezierPath are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
BoundsSystem.Drawing.RectangleF. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ControlPointBoundsSystem.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.
static
DefaultFlatnessfloat. Documentation for this section has not yet been entered.
static
DefaultLineCapStyleNSLineCapStyle. Documentation for this section has not yet been entered.
static
DefaultLineJoinStyleNSLineJoinStyle. Documentation for this section has not yet been entered.
static
DefaultLineWidthfloat. Documentation for this section has not yet been entered.
static
DefaultMiterLimitfloat. Documentation for this section has not yet been entered.
static
DefaultWindingRuleNSWindingRule. Documentation for this section has not yet been entered.
[read-only]
ElementCountint. Documentation for this section has not yet been entered.
Flatnessfloat. Documentation for this section has not yet been entered.
[read-only]
IsEmptybool. Documentation for this section has not yet been entered.
LineCapStyleNSLineCapStyle. Documentation for this section has not yet been entered.
LineJoinStyleNSLineJoinStyle. Documentation for this section has not yet been entered.
LineWidthfloat. Documentation for this section has not yet been entered.
MiterLimitfloat. Documentation for this section has not yet been entered.
WindingRuleNSWindingRule. Documentation for this section has not yet been entered.

Public Methods

AddClip()
Documentation for this section has not yet been entered.
AppendPath(NSBezierPath)
Documentation for this section has not yet been entered.
AppendPathWithArc(System.Drawing.PointF, System.Drawing.PointF, float)
Documentation for this section has not yet been entered.
AppendPathWithArc(System.Drawing.PointF, float, float, float)
Documentation for this section has not yet been entered.
AppendPathWithArc(System.Drawing.PointF, float, float, float, bool)
Documentation for this section has not yet been entered.
AppendPathWithGlyph(uint, NSFont)
Documentation for this section has not yet been entered.
AppendPathWithGlyphs(uint[], NSFont)
Documentation for this section has not yet been entered.
AppendPathWithOvalInRect(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
AppendPathWithPackedGlyphs(IntPtr)
Documentation for this section has not yet been entered.
AppendPathWithPoints(System.Drawing.PointF[])
Documentation for this section has not yet been entered.
AppendPathWithRect(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
AppendPathWithRoundedRect(System.Drawing.RectangleF, float, float)
Documentation for this section has not yet been entered.
BezierPathByFlatteningPath() : NSBezierPath
Documentation for this section has not yet been entered.
BezierPathByReversingPath() : NSBezierPath
Documentation for this section has not yet been entered.
static
ClipRect(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
ClosePath()
Documentation for this section has not yet been entered.
Contains(System.Drawing.PointF) : bool
Documentation for this section has not yet been entered.
CurveTo(System.Drawing.PointF, System.Drawing.PointF, System.Drawing.PointF)
Documentation for this section has not yet been entered.
static
DrawPackedGlyphsAtPoint(IntPtr, System.Drawing.PointF)
Documentation for this section has not yet been entered.
ElementAt(int) : NSBezierPathElement
Documentation for this section has not yet been entered.
ElementAt(int, out System.Drawing.PointF[]) : NSBezierPathElement
Documentation for this section has not yet been entered.
Fill()
Documentation for this section has not yet been entered.
static
FillRect(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
static
FromOvalInRect(System.Drawing.RectangleF) : NSBezierPath
Documentation for this section has not yet been entered.
static
FromRect(System.Drawing.RectangleF) : NSBezierPath
Documentation for this section has not yet been entered.
static
FromRoundedRect(System.Drawing.RectangleF, float, float) : NSBezierPath
Documentation for this section has not yet been entered.
GetLineDash(out float[], out float)
Documentation for this section has not yet been entered.
LineTo(System.Drawing.PointF)
Documentation for this section has not yet been entered.
MoveTo(System.Drawing.PointF)
Documentation for this section has not yet been entered.
RelativeCurveTo(System.Drawing.PointF, System.Drawing.PointF, System.Drawing.PointF)
Documentation for this section has not yet been entered.
RelativeLineTo(System.Drawing.PointF)
Documentation for this section has not yet been entered.
RelativeMoveTo(System.Drawing.PointF)
Documentation for this section has not yet been entered.
RemoveAllPoints()
Documentation for this section has not yet been entered.
SetAssociatedPointsAtIndex(System.Drawing.PointF[], int)
Documentation for this section has not yet been entered.
SetClip()
Documentation for this section has not yet been entered.
SetLineDash(float[], float)
Documentation for this section has not yet been entered.
Stroke()
Documentation for this section has not yet been entered.
static
StrokeLine(System.Drawing.PointF, System.Drawing.PointF)
Documentation for this section has not yet been entered.
static
StrokeRect(System.Drawing.RectangleF)
Documentation for this section has not yet been entered.
TransformUsingAffineTransform(MonoMac.Foundation.NSAffineTransform)
Documentation for this section has not yet been entered.