Property | Type | Description | |
---|---|---|---|
eta1 | double | ||
eta2 | double | ||
isPieSlice | bool | ||
xF1 | double | ||
xF2 | double | ||
yF1 | double | ||
yF2 | double |
Method | Description | |
---|---|---|
BeginContainer ( ) : GraphicsContainer | ||
BeginContainer ( |
||
BeginContainer ( |
||
Clear ( Color color ) : void | ||
Dispose ( ) : void | ||
DrawArc ( |
||
DrawArc ( |
||
DrawArc ( |
||
DrawArc ( |
||
DrawBezier ( |
||
DrawBezier ( |
||
DrawBezier ( |
||
DrawBeziers ( |
||
DrawBeziers ( |
||
DrawClosedCurve ( |
||
DrawClosedCurve ( |
||
DrawClosedCurve ( |
||
DrawClosedCurve ( |
||
DrawCurve ( |
||
DrawCurve ( |
||
DrawCurve ( |
||
DrawCurve ( |
||
DrawEllipse ( |
||
DrawEllipse ( |
||
DrawEllipse ( |
||
DrawEllipse ( |
||
DrawEllipticalArc ( |
||
DrawIcon ( |
||
DrawIcon ( |
||
DrawIconUnstretched ( |
||
DrawImage ( Image image, Point destPoints ) : void |
Draws the specified Image at the specified location and with the specified shape and size. The destPoints parameter specifies three points of a parallelogram. The three Point structures represent the upper-left, upper-right, and lower-left corners of the parallelogram. The fourth point is extrapolated from the first three to form a parallelogram. The image represented by the image parameter is scaled and sheared to fit the shape of the parallelogram specified by the destPoints parameters.
|
|
DrawImage ( Image image, Point destPoints, |
Draws the specified portion of the specified Image at the specified location and with the specified size. The destPoints specifies a parallelogram with the first point specifying the upper left corner, second point specifying the upper right corner and the third point specifying the lower left corner. The srcRect parameter specifies a rectangular portion of the image object to draw. This portion is scaled up or down (in the case where source rectangle overruns the bounds of the image) to fit inside the rectangle specified by the destRect parameter.
|
|
DrawImage ( Image image, Point destPoints, |
||
DrawImage ( Image image, Point destPoints, |
||
DrawImage ( Image image, Point destPoints, |
||
DrawImage ( Image image, |
Draws the specified Image, using its original physical size, at the specified location.
|
|
DrawImage ( Image image, |
Draws the specified portion of the specified Image at the specified location and with the specified size. The destPoints specifies a parallelogram with the first point specifying the upper left corner, second point specifying the upper right corner and the third point specifying the lower left corner. The srcRect parameter specifies a rectangular portion of the image object to draw. This portion is scaled up or down (in the case where source rectangle overruns the bounds of the image) to fit inside the rectangle specified by the destRect parameter.
|
|
DrawImage ( Image image, |
||
DrawImage ( Image image, |
||
DrawImage ( Image image, |
||
DrawImage ( Image image, |
Draws the specified Image at the specified location and with the specified size. The image represented by the image object is scaled to the dimensions of the rect rectangle.
|
|
DrawImage ( Image image, |
Draws the specified portion of the specified Image at the specified location and with the specified size. The srcRect parameter specifies a rectangular portion of the image object to draw. This portion is scaled to fit inside the rectangle specified by the destRect parameter.
|
|
DrawImage ( Image image, |
Draws the specified portion of the specified Image at the specified location and with the specified size. The parameters srcX, srcY, srcWidth and srcHeight define the rectangular source portion of the image object to draw. This portion is scaled up or down (in the case where source rectangle overruns the bounds of the image) to fit inside the rectangle specified by the destRect parameter.
|
|
DrawImage ( Image image, |
||
DrawImage ( Image image, |
||
DrawImage ( Image image, |
||
DrawImage ( Image image, |
Draws the specified portion of the specified Image at the specified location and with the specified size. The parameters srcX, srcY, srcWidth and srcHeight define the rectangular source portion of the image object to draw. This portion is scaled up or down (in the case where source rectangle overruns the bounds of the image) to fit inside the rectangle specified by the destRect parameter.
|
|
DrawImage ( Image image, |
||
DrawImage ( Image image, |
||
DrawImage ( Image image, |
||
DrawImage ( Image image, |
Draws the specified Image at the specified location and with the specified size.
|
|
DrawImage ( Image image, |
Draws the specified portion of the specified Image at the specified location and with the specified size. The srcRect parameter specifies a rectangular portion of the image object to draw. This portion is scaled up or down (in the case where source rectangle overruns the bounds of the image) to fit inside the rectangle specified by the destRect parameter.
|
|
DrawImage ( Image image, float x, float y ) : void |
Draws the specified image, using its original physical size, at the location specified by a coordinate pair.
|
|
DrawImage ( Image image, float x, float y, |
Draws a portion of an image at a specified location.
|
|
DrawImage ( Image image, float x, float y, float width, float height ) : void | ||
DrawImage ( Image image, int x, int y ) : void |
Draws the specified image, using its original physical size, at the location specified by a coordinate pair.
|
|
DrawImage ( Image image, int x, int y, |
Draws a portion of an image at a specified location.
|
|
DrawImage ( Image image, int x, int y, int width, int height ) : void |
Draws the specified Image at the specified location and with the specified size.
|
|
DrawImageUnscaled ( Image image, Point point ) : void | ||
DrawImageUnscaled ( Image image, |
||
DrawImageUnscaled ( Image image, int x, int y ) : void | ||
DrawImageUnscaled ( Image image, int x, int y, int width, int height ) : void | ||
DrawImageUnscaledAndClipped ( Image image, |
||
DrawLine ( |
||
DrawLine ( |
||
DrawLine ( |
||
DrawLine ( |
||
DrawLines ( |
||
DrawLines ( |
||
DrawPath ( |
||
DrawPie ( |
||
DrawPie ( |
||
DrawPie ( |
||
DrawPolygon ( |
||
DrawPolygon ( |
||
DrawRectangle ( |
||
DrawRectangle ( |
||
DrawRectangle ( |
||
DrawRectangles ( |
||
DrawRectangles ( |
||
DrawString ( string s, |
||
DrawString ( string s, |
||
DrawString ( string s, |
||
EndContainer ( GraphicsContainer container ) : void | ||
ExcludeClip ( |
||
ExcludeClip ( |
||
ExcludeClip ( |
||
FillClosedCurve ( |
||
FillClosedCurve ( |
||
FillClosedCurve ( |
||
FillClosedCurve ( |
||
FillEllipse ( |
||
FillEllipse ( |
||
FillEllipse ( |
||
FillPath ( |
||
FillPie ( |
||
FillPie ( |
||
FillPie ( |
||
FillPolygon ( |
||
FillPolygon ( |
||
FillRectangle ( |
||
FillRectangle ( |
||
FillRectangle ( |
||
FillRectangle ( |
||
FillRectangles ( |
||
FillRectangles ( |
||
FillRegion ( |
Fills the interior of a region.
|
|
Flush ( ) : void | ||
Flush ( FlushIntention intention ) : void | ||
FromContext ( CGContext context ) : |
||
FromContext ( CGContext context, float screenScale ) : |
||
FromContext ( NSGraphicsContext context ) : |
||
FromCurrentContext ( ) : |
||
FromImage ( Image image ) : Graphics | ||
GetNearestColor ( Color color ) : Color | ||
Graphics ( CGContext context, bool flipped = true ) : AppKit | ||
IntersectClip ( Rectangle rect ) : void | ||
IntersectClip ( RectangleF rect ) : void | ||
IntersectClip ( Region region ) : void | ||
IsVisible ( Point point ) : bool | ||
IsVisible ( PointF point ) : bool | ||
IsVisible ( Rectangle rect ) : bool | ||
IsVisible ( RectangleF rect ) : bool | ||
IsVisible ( float x, float y ) : bool | ||
IsVisible ( float x, float y, float width, float height ) : bool | ||
IsVisible ( int x, int y ) : bool | ||
IsVisible ( int x, int y, int width, int height ) : bool | ||
MeasureCharacterRanges ( string text, Font font, RectangleF layoutRect, StringFormat stringFormat ) : Region[] | ||
MeasureString ( string text, Font font ) : SizeF | ||
MeasureString ( string text, Font font, PointF point, StringFormat stringFormat ) : SizeF | ||
MeasureString ( string textg, Font font, RectangleF rect ) : SizeF | ||
MeasureString ( string textg, Font font, SizeF layoutArea ) : SizeF | ||
MeasureString ( string text, Font font, SizeF layoutArea, StringFormat stringFormat ) : SizeF | ||
MeasureString ( string text, Font font, SizeF layoutArea, StringFormat stringFormat, int &charactersFitted, int &linesFilled ) : SizeF | ||
MeasureString ( string textg, Font font, int width ) : SizeF | ||
MeasureString ( string text, Font font, int width, StringFormat format ) : SizeF | ||
MultiplyTransform ( Matrix matrix ) : void | ||
MultiplyTransform ( Matrix matrix, MatrixOrder order ) : void | ||
ResetClip ( ) : void | ||
ResetTransform ( ) : void | ||
Restore ( GraphicsState state ) : void | ||
RotateTransform ( float angle ) : void | ||
RotateTransform ( float angle, MatrixOrder order ) : void | ||
Save ( ) : GraphicsState | ||
ScaleTransform ( float sx, float sy ) : void | ||
ScaleTransform ( float sx, float sy, MatrixOrder order ) : void | ||
SetClip ( Graphics g ) : void | ||
SetClip ( Graphics g, CombineMode combineMode ) : void | ||
SetClip ( GraphicsPath graphicsPath ) : void | ||
SetClip ( GraphicsPath graphicsPath, CombineMode combineMode ) : void | ||
SetClip ( Rectangle rect ) : void | ||
SetClip ( Rectangle rect, CombineMode combineMode ) : void | ||
SetClip ( RectangleF rect ) : void | ||
SetClip ( RectangleF rect, CombineMode combineMode ) : void | ||
SetClip ( Region region, CombineMode combineMode ) : void | ||
TransformPoints ( CoordinateSpace destSpace, CoordinateSpace srcSpace, Point pts ) : void | ||
TransformPoints ( CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF pts ) : void | ||
TranslateClip ( float dx, float dy ) : void | ||
TranslateClip ( int dx, int dy ) : void | ||
TranslateTransform ( float tx, float ty ) : void | ||
TranslateTransform ( float tx, float ty, MatrixOrder order ) : void | ||
drawEllipticalArcToContext ( int degree, double threshold ) : void |
Method | Description | |
---|---|---|
ConvertPoints ( Point points ) : System.Drawing.PointF[] | ||
CurveTo ( float x1, float y1, float x2, float y2, float x3, float y3 ) : void | ||
Dispose ( bool disposing ) : void | ||
DrawEllipticalArc ( |
||
DrawEllipticalArc ( |
||
DrawEllipticalArc ( double cx, double cy, double a, double b, double theta, double lambda1, double lambda2, bool isPieSlice ) : void | ||
DrawEllipticalArc ( float x, float y, float width, float height, double lambda1, double lambda2, bool isPieSlice ) : void | ||
DrawImage ( |
||
FillBrush ( |
||
Graphics ( ) : AppKit | ||
Graphics ( CGContext context ) : AppKit | ||
Graphics ( CGContext context, nfloat screenScale ) : AppKit | ||
Graphics ( NSGraphicsContext context ) : AppKit | ||
GraphicsUnitConvertX ( float x ) : float | ||
GraphicsUnitConvertY ( float y ) : float | ||
InitializeContext ( CGContext context ) : void | ||
InitializeImagingContext ( ) : void | ||
LineTo ( PointF point ) : void | ||
LineTo ( float x, float y ) : void | ||
MakeCurve ( PointF points, PointF tangents, int offset, int length, CurveType type ) : void | ||
MoveTo ( PointF point ) : void | ||
MoveTo ( float x, float y ) : void | ||
PlotPath ( GraphicsPath path ) : void | ||
PolygonSetup ( PointF points ) : void | ||
RectanglePath ( RectangleF rectangle ) : void | ||
RectanglePath ( float x1, float y1, float x2, float y2 ) : void | ||
Stroke ( Pen pen ) : void | ||
StrokePen ( Pen pen ) : void | ||
applyModelView ( ) : void | ||
buildAttributedString ( string text, Font font, StringFormat format = null, Color fontColor = null ) : NSMutableAttributedString | ||
computeFocii ( ) : void | ||
estimateError ( int degree, double etaA, double etaB ) : double | ||
initializeMatrix ( Matrix &matrix, bool isFlipped ) : void | ||
make_arc ( CGContext graphics, bool start, float x, float y, float width, float height, float startAngle, float endAngle, bool antialiasing, bool isPieSlice ) : void | ||
make_arcs ( CGContext graphics, float x, float y, float width, float height, float startAngle, float sweepAngle, bool convert_units, bool antialiasing, bool isPieSlice ) : void | ||
radians ( float degrees ) : double | ||
rationalFunction ( double x, double c ) : double | ||
setupView ( ) : void |
public BeginContainer ( ) : GraphicsContainer | ||
return | GraphicsContainer |
public BeginContainer ( |
||
dstRect | ||
srcRect | ||
unit | GraphicsUnit | |
return | GraphicsContainer |
public BeginContainer ( |
||
dstRect | ||
srcRect | ||
unit | GraphicsUnit | |
return | GraphicsContainer |
public DrawArc ( |
||
pen | ||
rect | ||
startAngle | float | |
sweepAngle | float | |
return | void |
public DrawArc ( |
||
pen | ||
rect | ||
startAngle | float | |
sweepAngle | float | |
return | void |
public DrawArc ( |
||
pen | ||
x | float | |
y | float | |
width | float | |
height | float | |
startAngle | float | |
sweepAngle | float | |
return | void |
public DrawArc ( |
||
pen | ||
x | int | |
y | int | |
width | int | |
height | int | |
startAngle | int | |
sweepAngle | int | |
return | void |
public DrawBezier ( |
||
pen | ||
pt1 | Point | |
pt2 | Point | |
pt3 | Point | |
pt4 | Point | |
return | void |
public DrawBezier ( |
||
pen | ||
pt1 | ||
pt2 | ||
pt3 | ||
pt4 | ||
return | void |
public DrawBezier ( |
||
pen | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
x3 | float | |
y3 | float | |
x4 | float | |
y4 | float | |
return | void |
public DrawBeziers ( |
||
pen | ||
points | Point | |
return | void |
public DrawBeziers ( |
||
pen | ||
points | ||
return | void |
public DrawClosedCurve ( |
||
pen | ||
points | Point | |
return | void |
public DrawClosedCurve ( |
||
pen | ||
points | Point | |
tension | float | |
fillmode | FillMode | |
return | void |
public DrawClosedCurve ( |
||
pen | ||
points | ||
return | void |
public DrawClosedCurve ( |
||
pen | ||
points | ||
tension | float | |
fillmode | FillMode | |
return | void |
public DrawCurve ( |
||
pen | ||
points | Point | |
tension | float | |
return | void |
public DrawCurve ( |
||
pen | ||
points | Point | |
offset | int | |
numberOfSegments | int | |
tension | float | |
return | void |
public DrawCurve ( |
||
pen | ||
points | ||
tension | float | |
return | void |
public DrawCurve ( |
||
pen | ||
points | ||
offset | int | |
numberOfSegments | int | |
tension | float | |
return | void |
public DrawEllipse ( |
||
pen | ||
rect | ||
return | void |
public DrawEllipse ( |
||
pen | ||
rect | ||
return | void |
public DrawEllipse ( |
||
pen | ||
x | float | |
y | float | |
width | float | |
height | float | |
return | void |
public DrawEllipse ( |
||
pen | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | void |
public DrawEllipticalArc ( |
||
center | ||
a | double | |
b | double | |
theta | double | |
lambda1 | double | |
lambda2 | double | |
isPieSlice | bool | |
return | void |
public DrawIcon ( |
||
icon | ||
targetRect | ||
return | void |
public DrawIcon ( |
||
icon | ||
x | int | |
y | int | |
return | void |
public DrawIconUnstretched ( |
||
icon | ||
targetRect | ||
return | void |
public DrawImage ( Image image, Point destPoints ) : void | ||
image | Image | Image. |
destPoints | Point | Destination points. |
return | void |
public DrawImage ( Image image, Point destPoints, |
||
image | Image | Image. |
destPoints | Point | Destination points. |
srcRect | Source rect. | |
srcUnit | GraphicsUnit | Source unit. |
return | void |
public DrawImage ( Image image, Point destPoints, |
||
image | Image | |
destPoints | Point | |
srcRect | ||
srcUnit | GraphicsUnit | |
imageAttr | ||
return | void |
public DrawImage ( Image image, Point destPoints, |
||
image | Image | |
destPoints | Point | |
srcRect | ||
srcUnit | GraphicsUnit | |
imageAttr | ||
callback | DrawImageAbort | |
return | void |
public DrawImage ( Image image, Point destPoints, |
||
image | Image | |
destPoints | Point | |
srcRect | ||
srcUnit | GraphicsUnit | |
imageAttr | ||
callback | DrawImageAbort | |
callbackData | int | |
return | void |
public DrawImage ( Image image, |
||
image | Image | Image. |
point | Point. | |
return | void |
public DrawImage ( Image image, |
||
image | Image | Image. |
destPoints | Destination points. | |
srcRect | Source rect. | |
srcUnit | GraphicsUnit | Source unit. |
return | void |
public DrawImage ( Image image, |
||
image | Image | |
destPoints | ||
srcRect | ||
srcUnit | GraphicsUnit | |
imageAttr | ||
return | void |
public DrawImage ( Image image, |
||
image | Image | |
destPoints | ||
srcRect | ||
srcUnit | GraphicsUnit | |
imageAttr | ||
callback | DrawImageAbort | |
return | void |
public DrawImage ( Image image, |
||
image | Image | |
destPoints | ||
srcRect | ||
srcUnit | GraphicsUnit | |
imageAttr | ||
callback | DrawImageAbort | |
callbackData | int | |
return | void |
public DrawImage ( Image image, |
||
image | Image | Image. |
rect | Rect. | |
return | void |
public DrawImage ( Image image, |
||
image | Image | Image. |
destRect | Destination rect. | |
srcRect | Source rect. | |
srcUnit | GraphicsUnit | Source unit. |
return | void |
public DrawImage ( Image image, |
||
image | Image | Image. |
destRect | Destination rect. | |
srcX | float | Source x. |
srcY | float | Source y. |
srcWidth | float | Source width. |
srcHeight | float | Source height. |
srcUnit | GraphicsUnit | Source unit. |
return | void |
public DrawImage ( Image image, |
||
image | Image | |
destRect | ||
srcX | float | |
srcY | float | |
srcWidth | float | |
srcHeight | float | |
srcUnit | GraphicsUnit | |
imageAttrs | ||
return | void |
public DrawImage ( Image image, |
||
image | Image | |
destRect | ||
srcX | float | |
srcY | float | |
srcWidth | float | |
srcHeight | float | |
srcUnit | GraphicsUnit | |
imageAttrs | ||
callback | DrawImageAbort | |
return | void |
public DrawImage ( Image image, |
||
image | Image | |
destRect | ||
srcX | float | |
srcY | float | |
srcWidth | float | |
srcHeight | float | |
srcUnit | GraphicsUnit | |
imageAttrs | ||
callback | DrawImageAbort | |
callbackData | ||
return | void |
public DrawImage ( Image image, |
||
image | Image | Image. |
destRect | Destination rect. | |
srcX | int | Source x. |
srcY | int | Source y. |
srcWidth | int | Source width. |
srcHeight | int | Source height. |
srcUnit | GraphicsUnit | Source unit. |
return | void |
public DrawImage ( Image image, |
||
image | Image | |
destRect | ||
srcX | int | |
srcY | int | |
srcWidth | int | |
srcHeight | int | |
srcUnit | GraphicsUnit | |
imageAttr | ||
return | void |
public DrawImage ( Image image, |
||
image | Image | |
destRect | ||
srcX | int | |
srcY | int | |
srcWidth | int | |
srcHeight | int | |
srcUnit | GraphicsUnit | |
imageAttr | ||
callback | DrawImageAbort | |
return | void |
public DrawImage ( Image image, |
||
image | Image | |
destRect | ||
srcX | int | |
srcY | int | |
srcWidth | int | |
srcHeight | int | |
srcUnit | GraphicsUnit | |
imageAttrs | ||
callback | DrawImageAbort | |
callbackData | ||
return | void |
public DrawImage ( Image image, |
||
image | Image | Image. |
rect | Rect. | |
return | void |
public DrawImage ( Image image, |
||
image | Image | Image. |
destRect | Destination rect. | |
srcRect | Source rect. | |
srcUnit | GraphicsUnit | Source unit. |
return | void |
public DrawImage ( Image image, float x, float y ) : void | ||
image | Image | Image. |
x | float | The x coordinate. |
y | float | The y coordinate. |
return | void |
public DrawImage ( Image image, float x, float y, |
||
image | Image | Image. |
x | float | The x coordinate. |
y | float | The y coordinate. |
srcRect | Source rect. | |
srcUnit | GraphicsUnit | Source unit. |
return | void |
public DrawImage ( Image image, float x, float y, float width, float height ) : void | ||
image | Image | |
x | float | |
y | float | |
width | float | |
height | float | |
return | void |
public DrawImage ( Image image, int x, int y ) : void | ||
image | Image | Image. |
x | int | The x coordinate. |
y | int | The y coordinate. |
return | void |
public DrawImage ( Image image, int x, int y, |
||
image | Image | Image. |
x | int | The x coordinate. |
y | int | The y coordinate. |
srcRect | Source rect. | |
srcUnit | GraphicsUnit | Source unit. |
return | void |
public DrawImage ( Image image, int x, int y, int width, int height ) : void | ||
image | Image | Image. |
x | int | The x coordinate. |
y | int | The y coordinate. |
width | int | Width. |
height | int | Height. |
return | void |
public DrawImageUnscaled ( Image image, Point point ) : void | ||
image | Image | |
point | Point | |
return | void |
public DrawImageUnscaled ( Image image, |
||
image | Image | |
rect | ||
return | void |
public DrawImageUnscaled ( Image image, int x, int y ) : void | ||
image | Image | |
x | int | |
y | int | |
return | void |
public DrawImageUnscaled ( Image image, int x, int y, int width, int height ) : void | ||
image | Image | |
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public DrawImageUnscaledAndClipped ( Image image, |
||
image | Image | |
rect | ||
return | void |
public DrawLine ( |
||
pen | ||
pt1 | Point | |
pt2 | Point | |
return | void |
public DrawLine ( |
||
pen | ||
pt1 | ||
pt2 | ||
return | void |
public DrawLine ( |
||
pen | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public DrawLine ( |
||
pen | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | void |
public DrawLines ( |
||
pen | ||
points | Point | |
return | void |
public DrawLines ( |
||
pen | ||
points | ||
return | void |
public DrawPath ( |
||
pen | ||
path | ||
return | void |
public DrawPie ( |
||
pen | ||
rect | ||
startAngle | float | |
sweepAngle | float | |
return | void |
public DrawPie ( |
||
pen | ||
rect | ||
startAngle | float | |
sweepAngle | float | |
return | void |
public DrawPie ( |
||
pen | ||
x | float | |
y | float | |
width | float | |
height | float | |
startAngle | float | |
sweepAngle | float | |
return | void |
public DrawPolygon ( |
||
pen | ||
points | Point | |
return | void |
public DrawPolygon ( |
||
pen | ||
points | ||
return | void |
public DrawRectangle ( |
||
pen | ||
rect | ||
return | void |
public DrawRectangle ( |
||
pen | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public DrawRectangle ( |
||
pen | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | void |
public DrawRectangles ( |
||
pen | ||
rects | ||
return | void |
public DrawRectangles ( |
||
pen | ||
rects | ||
return | void |
public DrawString ( string s, |
||
s | string | |
font | ||
brush | ||
point | ||
format | ||
return | void |
public DrawString ( string s, |
||
s | string | |
font | ||
brush | ||
layoutRectangle | ||
format | ||
return | void |
public DrawString ( string s, |
||
s | string | |
font | ||
brush | ||
x | float | |
y | float | |
format | ||
return | void |
public EndContainer ( GraphicsContainer container ) : void | ||
container | GraphicsContainer | |
return | void |
public ExcludeClip ( |
||
rect | ||
return | void |
public FillClosedCurve ( |
||
brush | ||
points | Point | |
return | void |
public FillClosedCurve ( |
||
brush | ||
points | Point | |
fillmode | FillMode | |
tension | float | |
return | void |
public FillClosedCurve ( |
||
brush | ||
points | ||
return | void |
public FillClosedCurve ( |
||
brush | ||
points | ||
fillmode | FillMode | |
tension | float | |
return | void |
public FillEllipse ( |
||
brush | ||
rect | ||
return | void |
public FillEllipse ( |
||
brush | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public FillEllipse ( |
||
brush | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | void |
public FillPath ( |
||
brush | ||
path | ||
return | void |
public FillPie ( |
||
brush | ||
rect | ||
startAngle | float | |
sweepAngle | float | |
return | void |
public FillPie ( |
||
brush | ||
x | float | |
y | float | |
width | float | |
height | float | |
startAngle | float | |
sweepAngle | float | |
return | void |
public FillPie ( |
||
brush | ||
x | int | |
y | int | |
width | int | |
height | int | |
startAngle | int | |
sweepAngle | int | |
return | void |
public FillPolygon ( |
||
brush | ||
points | Point | |
fillMode | FillMode | |
return | void |
public FillPolygon ( |
||
brush | ||
points | ||
fillMode | FillMode | |
return | void |
public FillRectangle ( |
||
brush | ||
rect | ||
return | void |
public FillRectangle ( |
||
brush | ||
rect | ||
return | void |
public FillRectangle ( |
||
brush | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public FillRectangle ( |
||
brush | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | void |
public FillRectangles ( |
||
brush | ||
rects | ||
return | void |
public FillRectangles ( |
||
brush | ||
rects | ||
return | void |
public FillRegion ( |
||
brush | Brush. | |
region | Region. | |
return | void |
public Flush ( FlushIntention intention ) : void | ||
intention | FlushIntention | |
return | void |
public static FromContext ( CGContext context ) : |
||
context | CGContext | |
return |
public static FromContext ( CGContext context, float screenScale ) : |
||
context | CGContext | |
screenScale | float | |
return |
public static FromContext ( NSGraphicsContext context ) : |
||
context | NSGraphicsContext | |
return |
public static FromCurrentContext ( ) : |
||
return |
public static FromImage ( Image image ) : Graphics | ||
image | Image | |
return | Graphics |
public GetNearestColor ( Color color ) : Color | ||
color | Color | |
return | Color |
public Graphics ( CGContext context, bool flipped = true ) : AppKit | ||
context | CGContext | |
flipped | bool | |
return | AppKit |
public IntersectClip ( Rectangle rect ) : void | ||
rect | Rectangle | |
return | void |
public IntersectClip ( RectangleF rect ) : void | ||
rect | RectangleF | |
return | void |
public IntersectClip ( Region region ) : void | ||
region | Region | |
return | void |
public IsVisible ( float x, float y, float width, float height ) : bool | ||
x | float | |
y | float | |
width | float | |
height | float | |
return | bool |
public IsVisible ( int x, int y, int width, int height ) : bool | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | bool |
public MeasureCharacterRanges ( string text, Font font, RectangleF layoutRect, StringFormat stringFormat ) : Region[] | ||
text | string | |
font | Font | |
layoutRect | RectangleF | |
stringFormat | StringFormat | |
return | Region[] |
public MeasureString ( string text, Font font ) : SizeF | ||
text | string | |
font | Font | |
return | SizeF |
public MeasureString ( string text, Font font, PointF point, StringFormat stringFormat ) : SizeF | ||
text | string | |
font | Font | |
point | PointF | |
stringFormat | StringFormat | |
return | SizeF |
public MeasureString ( string textg, Font font, RectangleF rect ) : SizeF | ||
textg | string | |
font | Font | |
rect | RectangleF | |
return | SizeF |
public MeasureString ( string textg, Font font, SizeF layoutArea ) : SizeF | ||
textg | string | |
font | Font | |
layoutArea | SizeF | |
return | SizeF |
public MeasureString ( string text, Font font, SizeF layoutArea, StringFormat stringFormat ) : SizeF | ||
text | string | |
font | Font | |
layoutArea | SizeF | |
stringFormat | StringFormat | |
return | SizeF |
public MeasureString ( string text, Font font, SizeF layoutArea, StringFormat stringFormat, int &charactersFitted, int &linesFilled ) : SizeF | ||
text | string | |
font | Font | |
layoutArea | SizeF | |
stringFormat | StringFormat | |
charactersFitted | int | |
linesFilled | int | |
return | SizeF |
public MeasureString ( string textg, Font font, int width ) : SizeF | ||
textg | string | |
font | Font | |
width | int | |
return | SizeF |
public MeasureString ( string text, Font font, int width, StringFormat format ) : SizeF | ||
text | string | |
font | Font | |
width | int | |
format | StringFormat | |
return | SizeF |
public MultiplyTransform ( Matrix matrix ) : void | ||
matrix | Matrix | |
return | void |
public MultiplyTransform ( Matrix matrix, MatrixOrder order ) : void | ||
matrix | Matrix | |
order | MatrixOrder | |
return | void |
public Restore ( GraphicsState state ) : void | ||
state | GraphicsState | |
return | void |
public RotateTransform ( float angle ) : void | ||
angle | float | |
return | void |
public RotateTransform ( float angle, MatrixOrder order ) : void | ||
angle | float | |
order | MatrixOrder | |
return | void |
public ScaleTransform ( float sx, float sy ) : void | ||
sx | float | |
sy | float | |
return | void |
public ScaleTransform ( float sx, float sy, MatrixOrder order ) : void | ||
sx | float | |
sy | float | |
order | MatrixOrder | |
return | void |
public SetClip ( Graphics g, CombineMode combineMode ) : void | ||
g | Graphics | |
combineMode | CombineMode | |
return | void |
public SetClip ( GraphicsPath graphicsPath ) : void | ||
graphicsPath | GraphicsPath | |
return | void |
public SetClip ( GraphicsPath graphicsPath, CombineMode combineMode ) : void | ||
graphicsPath | GraphicsPath | |
combineMode | CombineMode | |
return | void |
public SetClip ( Rectangle rect, CombineMode combineMode ) : void | ||
rect | Rectangle | |
combineMode | CombineMode | |
return | void |
public SetClip ( RectangleF rect, CombineMode combineMode ) : void | ||
rect | RectangleF | |
combineMode | CombineMode | |
return | void |
public SetClip ( Region region, CombineMode combineMode ) : void | ||
region | Region | |
combineMode | CombineMode | |
return | void |
public TransformPoints ( CoordinateSpace destSpace, CoordinateSpace srcSpace, Point pts ) : void | ||
destSpace | CoordinateSpace | |
srcSpace | CoordinateSpace | |
pts | Point | |
return | void |
public TransformPoints ( CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF pts ) : void | ||
destSpace | CoordinateSpace | |
srcSpace | CoordinateSpace | |
pts | PointF | |
return | void |
public TranslateClip ( float dx, float dy ) : void | ||
dx | float | |
dy | float | |
return | void |
public TranslateClip ( int dx, int dy ) : void | ||
dx | int | |
dy | int | |
return | void |
public TranslateTransform ( float tx, float ty ) : void | ||
tx | float | |
ty | float | |
return | void |
public TranslateTransform ( float tx, float ty, MatrixOrder order ) : void | ||
tx | float | |
ty | float | |
order | MatrixOrder | |
return | void |
public drawEllipticalArcToContext ( int degree, double threshold ) : void | ||
degree | int | |
threshold | double | |
return | void |