C# Class Xamarin.Canvas.iOS.Canvas

Inheritance: UIView, ICanvas, ICanvasEngine, ISynchronizeInvoke
Afficher le fichier Open project: Clancey/Canvas

Méthodes publiques

Méthode Description
BeginInvoke ( Delegate method, object args ) : IAsyncResult
Canvas ( ) : System
Destroy ( ) : void
EndInvoke ( IAsyncResult result ) : object
FocusNode ( Node node ) : void
ImageSize ( string file ) : Size
InputNodeAt ( Node rootNode, double x, double y ) : Node
Invoke ( Delegate method, object args ) : object
LayoutSubviews ( ) : void
RenderScene ( Node rootNode ) : void
SetBackground ( Color color ) : void
SetCursor ( CursorType type ) : void
ShowMenu ( Node node, int rootX, int rootY, uint button ) : void
TextExtents ( string text, TextOptions options ) : Size

Private Methods

Méthode Description
AddChild ( Node node ) : void
ParentHandles ( Node node ) : bool
RemoveChild ( Node node ) : void
ViewForNode ( Node node ) : NodeUIView

Method Details

BeginInvoke() public méthode

public BeginInvoke ( Delegate method, object args ) : IAsyncResult
method System.Delegate
args object
Résultat IAsyncResult

Canvas() public méthode

public Canvas ( ) : System
Résultat System

Destroy() public méthode

public Destroy ( ) : void
Résultat void

EndInvoke() public méthode

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
Résultat object

FocusNode() public méthode

public FocusNode ( Node node ) : void
node Node
Résultat void

ImageSize() public méthode

public ImageSize ( string file ) : Size
file string
Résultat System.Drawing.Size

InputNodeAt() public méthode

public InputNodeAt ( Node rootNode, double x, double y ) : Node
rootNode Node
x double
y double
Résultat Node

Invoke() public méthode

public Invoke ( Delegate method, object args ) : object
method System.Delegate
args object
Résultat object

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

RenderScene() public méthode

public RenderScene ( Node rootNode ) : void
rootNode Node
Résultat void

SetBackground() public méthode

public SetBackground ( Color color ) : void
color Color
Résultat void

SetCursor() public méthode

public SetCursor ( CursorType type ) : void
type CursorType
Résultat void

ShowMenu() public méthode

public ShowMenu ( Node node, int rootX, int rootY, uint button ) : void
node Node
rootX int
rootY int
button uint
Résultat void

TextExtents() public méthode

public TextExtents ( string text, TextOptions options ) : Size
text string
options TextOptions
Résultat System.Drawing.Size