The members of MonoMac.AppKit.NSBezierPath are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| 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. |
| [read-only] | Bounds | System.Drawing.RectangleF. Documentation for this section has not yet been entered. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | ControlPointBounds | System.Drawing.RectangleF. Documentation for this section has not yet been entered. |
| [read-only] | CurrentPoint | System.Drawing.PointF. Documentation for this section has not yet been entered. |
static | DefaultFlatness | float. Documentation for this section has not yet been entered. |
static | DefaultLineCapStyle | NSLineCapStyle. Documentation for this section has not yet been entered. |
static | DefaultLineJoinStyle | NSLineJoinStyle. Documentation for this section has not yet been entered. |
static | DefaultLineWidth | float. Documentation for this section has not yet been entered. |
static | DefaultMiterLimit | float. Documentation for this section has not yet been entered. |
static | DefaultWindingRule | NSWindingRule. Documentation for this section has not yet been entered. |
| [read-only] | ElementCount | int. Documentation for this section has not yet been entered. |
| Flatness | float. Documentation for this section has not yet been entered. | |
| [read-only] | IsEmpty | bool. Documentation for this section has not yet been entered. |
| LineCapStyle | NSLineCapStyle. Documentation for this section has not yet been entered. | |
| LineJoinStyle | NSLineJoinStyle. Documentation for this section has not yet been entered. | |
| LineWidth | float. Documentation for this section has not yet been entered. | |
| MiterLimit | float. Documentation for this section has not yet been entered. | |
| WindingRule | NSWindingRule. Documentation for this section has not yet been entered. |
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()Documentation for this section has not yet been entered. | ||
BezierPathByReversingPath()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)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)Documentation for this section has not yet been entered. | ||
ElementAt(int, out System.Drawing.PointF[])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)Documentation for this section has not yet been entered. | |
static | FromRect(System.Drawing.RectangleF)Documentation for this section has not yet been entered. | |
static | FromRoundedRect(System.Drawing.RectangleF, float, float)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. | ||