C# Class Microsoft.Maui.Controls.Compatibility.ControlGallery.Android.ColorPointer

Inheritance: Android.Views.View
Afficher le fichier Open project: microhobby/maui-linux Class Usage Examples

Méthodes publiques

Méthode Description
ColorPointer ( Context context ) : System
UpdatePoint ( Android.Graphics.Point p ) : void

Méthodes protégées

Méthode Description
OnDraw ( Android.Graphics.Canvas canvas ) : void

Method Details

ColorPointer() public méthode

public ColorPointer ( Context context ) : System
context Context
Résultat System

OnDraw() protected méthode

protected OnDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
Résultat void

UpdatePoint() public méthode

public UpdatePoint ( Android.Graphics.Point p ) : void
p Android.Graphics.Point
Résultat void