C# Class Gecko.WebIDL.CanvasRenderingContext2D

Inheritance: Gecko.WebIDL.WebIDLBase
Afficher le fichier Open project: EbramTawfik/GeckoFX

Méthodes publiques

Méthode Description
AddHitRegion ( ) : void
AddHitRegion ( object options ) : void
AsyncDrawXULElement ( nsISupports elem, double x, double y, double w, double h, string bgColor ) : void
AsyncDrawXULElement ( nsISupports elem, double x, double y, double w, double h, string bgColor, uint flags ) : void
BeginPath ( ) : void
CanvasRenderingContext2D ( nsIDOMWindow globalWindow, nsISupports thisObject ) : System
ClearHitRegions ( ) : void
ClearRect ( double x, double y, double w, double h ) : void
Clip ( ) : void
Clip ( CanvasWindingRule winding ) : void
Clip ( nsISupports path ) : void
Clip ( nsISupports path, CanvasWindingRule winding ) : void
CreateImageData ( double sw, double sh ) : nsISupports
CreateImageData ( nsISupports imagedata ) : nsISupports
CreateLinearGradient ( double x0, double y0, double x1, double y1 ) : nsISupports
CreatePattern ( Gecko.WebIDL.WebIDLUnion image, string repetition ) : nsISupports
CreateRadialGradient ( double x0, double y0, double r0, double x1, double y1, double r1 ) : nsISupports
Demote ( ) : void
DrawCustomFocusRing ( nsIDOMElement element ) : bool
DrawFocusIfNeeded ( nsIDOMElement element ) : void
DrawImage ( Gecko.WebIDL.WebIDLUnion image, double dx, double dy ) : void
DrawImage ( Gecko.WebIDL.WebIDLUnion image, double dx, double dy, double dw, double dh ) : void
DrawImage ( Gecko.WebIDL.WebIDLUnion image, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh ) : void
DrawWidgetAsOnScreen ( nsIDOMWindow window ) : void
DrawWindow ( nsIDOMWindow window, double x, double y, double w, double h, string bgColor ) : void
DrawWindow ( nsIDOMWindow window, double x, double y, double w, double h, string bgColor, uint flags ) : void
Fill ( ) : void
Fill ( CanvasWindingRule winding ) : void
Fill ( nsISupports path ) : void
Fill ( nsISupports path, CanvasWindingRule winding ) : void
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 ) : nsISupports
IsPointInPath ( double x, double y ) : bool
IsPointInPath ( double x, double y, CanvasWindingRule winding ) : bool
IsPointInPath ( nsISupports path, double x, double y ) : bool
IsPointInPath ( nsISupports path, double x, double y, CanvasWindingRule winding ) : bool
IsPointInStroke ( double x, double y ) : bool
IsPointInStroke ( nsISupports path, double x, double y ) : bool
MeasureText ( string text ) : nsISupports
PutImageData ( nsISupports imagedata, double dx, double dy ) : void
PutImageData ( nsISupports imagedata, double dx, double dy, double dirtyX, double dirtyY, double dirtyWidth, double dirtyHeight ) : void
RemoveHitRegion ( string id ) : void
ResetTransform ( ) : void
Restore ( ) : void
Rotate ( double angle ) : void
Save ( ) : void
Scale ( double x, double y ) : void
SetTransform ( double a, double b, double c, double d, double e, double f ) : void
Stroke ( ) : void
Stroke ( nsISupports path ) : void
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

Method Details

AddHitRegion() public méthode

public AddHitRegion ( ) : void
Résultat void

AddHitRegion() public méthode

public AddHitRegion ( object options ) : void
options object
Résultat void

AsyncDrawXULElement() public méthode

public AsyncDrawXULElement ( nsISupports elem, double x, double y, double w, double h, string bgColor ) : void
elem nsISupports
x double
y double
w double
h double
bgColor string
Résultat void

AsyncDrawXULElement() public méthode

public AsyncDrawXULElement ( nsISupports elem, double x, double y, double w, double h, string bgColor, uint flags ) : void
elem nsISupports
x double
y double
w double
h double
bgColor string
flags uint
Résultat void

BeginPath() public méthode

public BeginPath ( ) : void
Résultat void

CanvasRenderingContext2D() public méthode

public CanvasRenderingContext2D ( nsIDOMWindow globalWindow, nsISupports thisObject ) : System
globalWindow nsIDOMWindow
thisObject nsISupports
Résultat System

ClearHitRegions() public méthode

public ClearHitRegions ( ) : void
Résultat void

ClearRect() public méthode

public ClearRect ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
Résultat void

Clip() public méthode

public Clip ( ) : void
Résultat void

Clip() public méthode

public Clip ( CanvasWindingRule winding ) : void
winding CanvasWindingRule
Résultat void

Clip() public méthode

public Clip ( nsISupports path ) : void
path nsISupports
Résultat void

Clip() public méthode

public Clip ( nsISupports path, CanvasWindingRule winding ) : void
path nsISupports
winding CanvasWindingRule
Résultat void

CreateImageData() public méthode

public CreateImageData ( double sw, double sh ) : nsISupports
sw double
sh double
Résultat nsISupports

CreateImageData() public méthode

public CreateImageData ( nsISupports imagedata ) : nsISupports
imagedata nsISupports
Résultat nsISupports

CreateLinearGradient() public méthode

public CreateLinearGradient ( double x0, double y0, double x1, double y1 ) : nsISupports
x0 double
y0 double
x1 double
y1 double
Résultat nsISupports

CreatePattern() public méthode

public CreatePattern ( Gecko.WebIDL.WebIDLUnion image, string repetition ) : nsISupports
image Gecko.WebIDL.WebIDLUnion
repetition string
Résultat nsISupports

CreateRadialGradient() public méthode

public CreateRadialGradient ( double x0, double y0, double r0, double x1, double y1, double r1 ) : nsISupports
x0 double
y0 double
r0 double
x1 double
y1 double
r1 double
Résultat nsISupports

Demote() public méthode

public Demote ( ) : void
Résultat void

DrawCustomFocusRing() public méthode

public DrawCustomFocusRing ( nsIDOMElement element ) : bool
element nsIDOMElement
Résultat bool

DrawFocusIfNeeded() public méthode

public DrawFocusIfNeeded ( nsIDOMElement element ) : void
element nsIDOMElement
Résultat void

DrawImage() public méthode

public DrawImage ( Gecko.WebIDL.WebIDLUnion image, double dx, double dy ) : void
image Gecko.WebIDL.WebIDLUnion
dx double
dy double
Résultat void

DrawImage() public méthode

public DrawImage ( Gecko.WebIDL.WebIDLUnion image, double dx, double dy, double dw, double dh ) : void
image Gecko.WebIDL.WebIDLUnion
dx double
dy double
dw double
dh double
Résultat void

DrawImage() public méthode

public DrawImage ( Gecko.WebIDL.WebIDLUnion image, double sx, double sy, double sw, double sh, double dx, double dy, double dw, double dh ) : void
image Gecko.WebIDL.WebIDLUnion
sx double
sy double
sw double
sh double
dx double
dy double
dw double
dh double
Résultat void

DrawWidgetAsOnScreen() public méthode

public DrawWidgetAsOnScreen ( nsIDOMWindow window ) : void
window nsIDOMWindow
Résultat void

DrawWindow() public méthode

public DrawWindow ( nsIDOMWindow window, double x, double y, double w, double h, string bgColor ) : void
window nsIDOMWindow
x double
y double
w double
h double
bgColor string
Résultat void

DrawWindow() public méthode

public DrawWindow ( nsIDOMWindow window, double x, double y, double w, double h, string bgColor, uint flags ) : void
window nsIDOMWindow
x double
y double
w double
h double
bgColor string
flags uint
Résultat void

Fill() public méthode

public Fill ( ) : void
Résultat void

Fill() public méthode

public Fill ( CanvasWindingRule winding ) : void
winding CanvasWindingRule
Résultat void

Fill() public méthode

public Fill ( nsISupports path ) : void
path nsISupports
Résultat void

Fill() public méthode

public Fill ( nsISupports path, CanvasWindingRule winding ) : void
path nsISupports
winding CanvasWindingRule
Résultat void

FillRect() public méthode

public FillRect ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
Résultat void

FillText() public méthode

public FillText ( string text, double x, double y ) : void
text string
x double
y double
Résultat void

FillText() public méthode

public FillText ( string text, double x, double y, double maxWidth ) : void
text string
x double
y double
maxWidth double
Résultat void

GetImageData() public méthode

public GetImageData ( double sx, double sy, double sw, double sh ) : nsISupports
sx double
sy double
sw double
sh double
Résultat nsISupports

IsPointInPath() public méthode

public IsPointInPath ( double x, double y ) : bool
x double
y double
Résultat bool

IsPointInPath() public méthode

public IsPointInPath ( double x, double y, CanvasWindingRule winding ) : bool
x double
y double
winding CanvasWindingRule
Résultat bool

IsPointInPath() public méthode

public IsPointInPath ( nsISupports path, double x, double y ) : bool
path nsISupports
x double
y double
Résultat bool

IsPointInPath() public méthode

public IsPointInPath ( nsISupports path, double x, double y, CanvasWindingRule winding ) : bool
path nsISupports
x double
y double
winding CanvasWindingRule
Résultat bool

IsPointInStroke() public méthode

public IsPointInStroke ( double x, double y ) : bool
x double
y double
Résultat bool

IsPointInStroke() public méthode

public IsPointInStroke ( nsISupports path, double x, double y ) : bool
path nsISupports
x double
y double
Résultat bool

MeasureText() public méthode

public MeasureText ( string text ) : nsISupports
text string
Résultat nsISupports

PutImageData() public méthode

public PutImageData ( nsISupports imagedata, double dx, double dy ) : void
imagedata nsISupports
dx double
dy double
Résultat void

PutImageData() public méthode

public PutImageData ( nsISupports imagedata, double dx, double dy, double dirtyX, double dirtyY, double dirtyWidth, double dirtyHeight ) : void
imagedata nsISupports
dx double
dy double
dirtyX double
dirtyY double
dirtyWidth double
dirtyHeight double
Résultat void

RemoveHitRegion() public méthode

public RemoveHitRegion ( string id ) : void
id string
Résultat void

ResetTransform() public méthode

public ResetTransform ( ) : void
Résultat void

Restore() public méthode

public Restore ( ) : void
Résultat void

Rotate() public méthode

public Rotate ( double angle ) : void
angle double
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Scale() public méthode

public Scale ( double x, double y ) : void
x double
y double
Résultat void

SetTransform() public méthode

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

Stroke() public méthode

public Stroke ( ) : void
Résultat void

Stroke() public méthode

public Stroke ( nsISupports path ) : void
path nsISupports
Résultat void

StrokeRect() public méthode

public StrokeRect ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
Résultat void

StrokeText() public méthode

public StrokeText ( string text, double x, double y ) : void
text string
x double
y double
Résultat void

StrokeText() public méthode

public StrokeText ( string text, double x, double y, double maxWidth ) : void
text string
x double
y double
maxWidth double
Résultat void

Transform() public méthode

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

Translate() public méthode

public Translate ( double x, double y ) : void
x double
y double
Résultat void