Property | Type | Description | |
---|---|---|---|
dbugDrawWireFrame | bool |
Property | Type | Description | |
---|---|---|---|
AddToLatePaintList | void | ||
ClearLatePaintItems | void | ||
EnterNewLatePaintContext | void | ||
ExitCurrentLatePaintContext | void | ||
GetLatePaintItem | |||
PaintBorder | void | ||
PaintBorders | void | ||
PaintBorders | void | ||
PopLocalClipArea | void | ||
PushLocalClipArea | bool |
Method | Description | |
---|---|---|
Bind ( |
||
DrawImage ( Image img, |
||
DrawImage ( Image img, float x, float y, float w, float h ) : void | ||
DrawLine ( float x1, float y1, float x2, float y2, Color strokeColor, float strokeW ) : void | ||
DrawPath ( |
||
DrawRectangle ( Color c, float x, float y, float w, float h ) : void | ||
DrawText ( char str, int startAt, int len, |
||
FillPath ( |
||
FillRectangle ( Color c, float x, float y, float w, float h ) : void | ||
OffsetCanvasOrigin ( int dx, int dy ) : void | ||
PaintVisitor ( ) : System | ||
RequestImageAsync ( ImageBinder binder, |
async request for image
|
|
SetCanvasOrigin ( int x, int y ) : void | ||
SetViewportSize ( float width, float height ) : void | ||
UnBind ( ) : void | ||
dbugDrawDiagonalBox ( Color color, |
||
dbugDrawDiagonalBox ( Color color, float x1, float y1, float x2, float y2 ) : void | ||
dbugEnterNewContext ( |
||
dbugExitContext ( ) : void | ||
dbugResetLogRecords ( ) : void |
Method | Description | |
---|---|---|
AddToLatePaintList ( |
||
ClearLatePaintItems ( ) : void | ||
EnterNewLatePaintContext ( ) : void | ||
ExitCurrentLatePaintContext ( ) : void | ||
GetLatePaintItem ( int index ) : |
||
PaintBorder ( |
||
PaintBorders ( |
||
PaintBorders ( |
||
PopLocalClipArea ( ) : void | ||
PushLocalClipArea ( float w, float h ) : bool |
push clip area relative to (0,0) of current CssBox
|
public Bind ( |
||
htmlCont | ||
canvas | ||
return | void |
public DrawImage ( Image img, |
||
img | Image | |
r | ||
return | void |
public DrawImage ( Image img, float x, float y, float w, float h ) : void | ||
img | Image | |
x | float | |
y | float | |
w | float | |
h | float | |
return | void |
public DrawLine ( float x1, float y1, float x2, float y2, Color strokeColor, float strokeW ) : void | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
strokeColor | Color | |
strokeW | float | |
return | void |
public DrawPath ( |
||
path | ||
strokeColor | Color | |
strokeW | float | |
return | void |
public DrawRectangle ( Color c, float x, float y, float w, float h ) : void | ||
c | Color | |
x | float | |
y | float | |
w | float | |
h | float | |
return | void |
public DrawText ( char str, int startAt, int len, |
||
str | char | |
startAt | int | |
len | int | |
point | ||
size | ||
return | void |
public FillPath ( |
||
path | ||
fillColor | Color | |
return | void |
public FillRectangle ( Color c, float x, float y, float w, float h ) : void | ||
c | Color | |
x | float | |
y | float | |
w | float | |
h | float | |
return | void |
public OffsetCanvasOrigin ( int dx, int dy ) : void | ||
dx | int | |
dy | int | |
return | void |
public RequestImageAsync ( ImageBinder binder, |
||
binder | ImageBinder | |
imgRun | ||
requestFrom | object | |
return | void |
public SetCanvasOrigin ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public SetViewportSize ( float width, float height ) : void | ||
width | float | |
height | float | |
return | void |
public dbugDrawDiagonalBox ( Color color, |
||
color | Color | |
rect | ||
return | void |
public dbugDrawDiagonalBox ( Color color, float x1, float y1, float x2, float y2 ) : void | ||
color | Color | |
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | void |
public dbugEnterNewContext ( |
||
box | ||
contextName | PaintVisitorContextName | |
return | void |