Свойство | Type | Description | |
---|---|---|---|
CanvasRenderingContext2D | System.Runtime.CompilerServices |
Méthode | Description | |
---|---|---|
AddHitRegion ( ) : void | ||
AddHitRegion ( |
||
Arc ( double x, double y, double radius, double startAngle, double endAngle ) : void | ||
Arc ( double x, double y, double radius, double startAngle, double endAngle, bool anticlockwise ) : void | ||
ArcTo ( double x1, double y1, double x2, double y2, double radius ) : void | ||
BeginPath ( ) : void | ||
BezierCurveTo ( double cp1x, double cp1y, double cp2x, double cp2y, double x, double y ) : void | ||
ClearRect ( double x, double y, double w, double h ) : void | ||
Clip ( ) : void | ||
Clip ( CanvasWindingRule winding ) : void | ||
Clip ( |
||
Clip ( |
||
ClosePath ( ) : void | ||
CreateImageData ( |
||
CreateImageData ( double sw, double sh ) : |
||
CreateLinearGradient ( double x0, double y0, double x1, double y1 ) : |
||
CreatePattern ( TypeOption |
||
CreateRadialGradient ( double x0, double y0, double r0, double x1, double y1, double r1 ) : |
||
DrawCustomFocusRing ( Element element ) : bool | ||
DrawFocusIfNeeded ( Element element ) : void | ||
DrawImage ( TypeOption |
||
DrawImage ( TypeOption |
||
DrawImage ( TypeOption |
||
Fill ( ) : void | ||
Fill ( CanvasWindingRule winding ) : void | ||
Fill ( |
||
Fill ( |
||
FillRect ( double x, double y, double w, double h ) : void | ||
FillText ( string text, double x, double y ) : void | ||
FillText ( string text, double x, double y, double maxWidth ) : void | ||
GetImageData ( double sx, double sy, double sw, double sh ) : |
||
GetLineDash ( ) : double[] | ||
IsPointInPath ( |
||
IsPointInPath ( |
||
IsPointInPath ( double x, double y ) : bool | ||
IsPointInPath ( double x, double y, CanvasWindingRule winding ) : bool | ||
IsPointInStroke ( |
||
IsPointInStroke ( double x, double y ) : bool | ||
LineTo ( double x, double y ) : void | ||
MeasureText ( string text ) : |
||
MoveTo ( double x, double y ) : void | ||
PutImageData ( |
||
PutImageData ( |
||
QuadraticCurveTo ( double cpx, double cpy, double x, double y ) : void | ||
Rect ( double x, double y, double w, double h ) : void | ||
RemoveHitRegion ( string id ) : void | ||
Restore ( ) : void | ||
Rotate ( double angle ) : void | ||
Save ( ) : void | ||
Scale ( double x, double y ) : void | ||
SetLineDash ( double segments ) : void | ||
SetTransform ( double a, double b, double c, double d, double e, double f ) : void | ||
Stroke ( ) : void | ||
Stroke ( |
||
StrokeRect ( double x, double y, double w, double h ) : void | ||
StrokeText ( string text, double x, double y ) : void | ||
StrokeText ( string text, double x, double y, double maxWidth ) : void | ||
Transform ( double a, double b, double c, double d, double e, double f ) : void | ||
Translate ( double x, double y ) : void |
Méthode | Description | |
---|---|---|
CanvasRenderingContext2D ( ) : System.Runtime.CompilerServices |
public AddHitRegion ( |
||
options | ||
Résultat | void |
public Arc ( double x, double y, double radius, double startAngle, double endAngle ) : void | ||
x | double | |
y | double | |
radius | double | |
startAngle | double | |
endAngle | double | |
Résultat | void |
public Arc ( double x, double y, double radius, double startAngle, double endAngle, bool anticlockwise ) : void | ||
x | double | |
y | double | |
radius | double | |
startAngle | double | |
endAngle | double | |
anticlockwise | bool | |
Résultat | void |
public ArcTo ( double x1, double y1, double x2, double y2, double radius ) : void | ||
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
radius | double | |
Résultat | void |
public BezierCurveTo ( double cp1x, double cp1y, double cp2x, double cp2y, double x, double y ) : void | ||
cp1x | double | |
cp1y | double | |
cp2x | double | |
cp2y | double | |
x | double | |
y | double | |
Résultat | void |
public ClearRect ( double x, double y, double w, double h ) : void | ||
x | double | |
y | double | |
w | double | |
h | double | |
Résultat | void |
public Clip ( CanvasWindingRule winding ) : void | ||
winding | CanvasWindingRule | |
Résultat | void |
public Clip ( |
||
path | ||
winding | CanvasWindingRule | |
Résultat | void |
public CreateImageData ( |
||
imagedata | ||
Résultat |
public CreateImageData ( double sw, double sh ) : |
||
sw | double | |
sh | double | |
Résultat |
public CreateLinearGradient ( double x0, double y0, double x1, double y1 ) : |
||
x0 | double | |
y0 | double | |
x1 | double | |
y1 | double | |
Résultat |
public CreatePattern ( TypeOption |
||
image | TypeOption |
|
repetition | string | |
Résultat |
public CreateRadialGradient ( double x0, double y0, double r0, double x1, double y1, double r1 ) : |
||
x0 | double | |
y0 | double | |
r0 | double | |
x1 | double | |
y1 | double | |
r1 | double | |
Résultat |
public DrawCustomFocusRing ( Element element ) : bool | ||
element | Element | |
Résultat | bool |
public DrawFocusIfNeeded ( Element element ) : void | ||
element | Element | |
Résultat | void |
public DrawImage ( TypeOption |
||
image | TypeOption |
|
dx | double | |
dy | double | |
Résultat | void |
public DrawImage ( TypeOption |
||
image | TypeOption |
|
dx | double | |
dy | double | |
dw | double | |
dh | double | |
Résultat | void |
public DrawImage ( TypeOption |
||
image | TypeOption |
|
sx | double | |
sy | double | |
sw | double | |
sh | double | |
dx | double | |
dy | double | |
dw | double | |
dh | double | |
Résultat | void |
public Fill ( CanvasWindingRule winding ) : void | ||
winding | CanvasWindingRule | |
Résultat | void |
public Fill ( |
||
path | ||
winding | CanvasWindingRule | |
Résultat | void |
public FillRect ( double x, double y, double w, double h ) : void | ||
x | double | |
y | double | |
w | double | |
h | double | |
Résultat | void |
public FillText ( string text, double x, double y ) : void | ||
text | string | |
x | double | |
y | double | |
Résultat | void |
public FillText ( string text, double x, double y, double maxWidth ) : void | ||
text | string | |
x | double | |
y | double | |
maxWidth | double | |
Résultat | void |
public GetImageData ( double sx, double sy, double sw, double sh ) : |
||
sx | double | |
sy | double | |
sw | double | |
sh | double | |
Résultat |
public IsPointInPath ( |
||
path | ||
x | double | |
y | double | |
Résultat | bool |
public IsPointInPath ( |
||
path | ||
x | double | |
y | double | |
winding | CanvasWindingRule | |
Résultat | bool |
public IsPointInPath ( double x, double y ) : bool | ||
x | double | |
y | double | |
Résultat | bool |
public IsPointInPath ( double x, double y, CanvasWindingRule winding ) : bool | ||
x | double | |
y | double | |
winding | CanvasWindingRule | |
Résultat | bool |
public IsPointInStroke ( |
||
path | ||
x | double | |
y | double | |
Résultat | bool |
public IsPointInStroke ( double x, double y ) : bool | ||
x | double | |
y | double | |
Résultat | bool |
public MeasureText ( string text ) : |
||
text | string | |
Résultat |
public PutImageData ( |
||
imagedata | ||
dx | double | |
dy | double | |
Résultat | void |
public PutImageData ( |
||
imagedata | ||
dx | double | |
dy | double | |
dirtyX | double | |
dirtyY | double | |
dirtyWidth | double | |
dirtyHeight | double | |
Résultat | void |
public QuadraticCurveTo ( double cpx, double cpy, double x, double y ) : void | ||
cpx | double | |
cpy | double | |
x | double | |
y | double | |
Résultat | void |
public Rect ( double x, double y, double w, double h ) : void | ||
x | double | |
y | double | |
w | double | |
h | double | |
Résultat | void |
public RemoveHitRegion ( string id ) : void | ||
id | string | |
Résultat | void |
public SetLineDash ( double segments ) : void | ||
segments | double | |
Résultat | void |
public SetTransform ( double a, double b, double c, double d, double e, double f ) : void | ||
a | double | |
b | double | |
c | double | |
d | double | |
e | double | |
f | double | |
Résultat | void |
public StrokeRect ( double x, double y, double w, double h ) : void | ||
x | double | |
y | double | |
w | double | |
h | double | |
Résultat | void |
public StrokeText ( string text, double x, double y ) : void | ||
text | string | |
x | double | |
y | double | |
Résultat | void |
public StrokeText ( string text, double x, double y, double maxWidth ) : void | ||
text | string | |
x | double | |
y | double | |
maxWidth | double | |
Résultat | void |
public Transform ( double a, double b, double c, double d, double e, double f ) : void | ||
a | double | |
b | double | |
c | double | |
d | double | |
e | double | |
f | double | |
Résultat | void |
public Translate ( double x, double y ) : void | ||
x | double | |
y | double | |
Résultat | void |