C# 클래스 Microsoft.Maui.Controls.Compatibility.ControlGallery.Android.ColorPointer

상속: Android.Views.View
파일 보기 프로젝트 열기: microhobby/maui-linux 1 사용 예제들

공개 메소드들

메소드 설명
ColorPointer ( Context context ) : System
UpdatePoint ( Android.Graphics.Point p ) : void

보호된 메소드들

메소드 설명
OnDraw ( Android.Graphics.Canvas canvas ) : void

메소드 상세

ColorPointer() 공개 메소드

public ColorPointer ( Context context ) : System
context Context
리턴 System

OnDraw() 보호된 메소드

protected OnDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
리턴 void

UpdatePoint() 공개 메소드

public UpdatePoint ( Android.Graphics.Point p ) : void
p Android.Graphics.Point
리턴 void