Méthode | Description | |
---|---|---|
Canvas ( Android.Content.Context context ) : System | ||
Destroy ( ) : void | ||
FocusNode ( Node node ) : void | ||
ImageSize ( string file ) : Size | ||
InputNodeAt ( Node rootNode, double x, double y ) : Node | ||
RenderScene ( Node rootNode ) : void | ||
SetBackground ( System.Color color ) : void | ||
SetCursor ( CursorType type ) : void | ||
ShowMenu ( Node node, int rootX, int rootY, uint button ) : void | ||
TextExtents ( string text, TextOptions options ) : Size |
Méthode | Description | |
---|---|---|
OnLayout ( bool changed, int l, int t, int r, int b ) : void |
Méthode | Description | |
---|---|---|
AddChild ( Node node ) : void | ||
RemoveChild ( Node node ) : void | ||
ViewForNode ( Node node ) : |
public Canvas ( Android.Content.Context context ) : System | ||
context | Android.Content.Context | |
Résultat | System |
public InputNodeAt ( Node rootNode, double x, double y ) : Node | ||
rootNode | Node | |
x | double | |
y | double | |
Résultat | Node |
protected OnLayout ( bool changed, int l, int t, int r, int b ) : void | ||
changed | bool | |
l | int | |
t | int | |
r | int | |
b | int | |
Résultat | void |
public RenderScene ( Node rootNode ) : void | ||
rootNode | Node | |
Résultat | void |
public SetBackground ( System.Color color ) : void | ||
color | System.Color | |
Résultat | void |
public SetCursor ( CursorType type ) : void | ||
type | CursorType | |
Résultat | void |
public ShowMenu ( Node node, int rootX, int rootY, uint button ) : void | ||
node | Node | |
rootX | int | |
rootY | int | |
button | uint | |
Résultat | void |
public TextExtents ( string text, TextOptions options ) : Size | ||
text | string | |
options | TextOptions | |
Résultat | Size |