C# 클래스 Xamarin.Canvas.Android.Canvas

상속: Android.Views.ViewGroup, ICanvas, ICanvasEngine
파일 보기 프로젝트 열기: Clancey/Canvas 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnLayout ( bool changed, int l, int t, int r, int b ) : void

비공개 메소드들

메소드 설명
AddChild ( Node node ) : void
RemoveChild ( Node node ) : void
ViewForNode ( Node node ) : NodeView

메소드 상세

Canvas() 공개 메소드

public Canvas ( Android.Content.Context context ) : System
context Android.Content.Context
리턴 System

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

FocusNode() 공개 메소드

public FocusNode ( Node node ) : void
node Node
리턴 void

ImageSize() 공개 메소드

public ImageSize ( string file ) : Size
file string
리턴 Size

InputNodeAt() 공개 메소드

public InputNodeAt ( Node rootNode, double x, double y ) : Node
rootNode Node
x double
y double
리턴 Node

OnLayout() 보호된 메소드

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
리턴 void

RenderScene() 공개 메소드

public RenderScene ( Node rootNode ) : void
rootNode Node
리턴 void

SetBackground() 공개 메소드

public SetBackground ( System.Color color ) : void
color System.Color
리턴 void

SetCursor() 공개 메소드

public SetCursor ( CursorType type ) : void
type CursorType
리턴 void

ShowMenu() 공개 메소드

public ShowMenu ( Node node, int rootX, int rootY, uint button ) : void
node Node
rootX int
rootY int
button uint
리턴 void

TextExtents() 공개 메소드

public TextExtents ( string text, TextOptions options ) : Size
text string
options TextOptions
리턴 Size