C# Class Microsoft.Maui.Controls.Compatibility.Platform.Android.ShapeRenderer

Inheritance: ViewRenderer
Afficher le fichier Open project: jsuarezruiz/maui-linux

Méthodes publiques

Méthode Description
GetDesiredSize ( int widthConstraint, int heightConstraint ) : SizeRequest
ShapeRenderer ( Context context ) : System

Méthodes protégées

Méthode Description
OnElementChanged ( Microsoft.Maui.Controls.Compatibility.Platform.Android.ElementChangedEventArgs args ) : void
OnElementPropertyChanged ( object sender, PropertyChangedEventArgs args ) : void

Private Methods

Méthode Description
UpdateAspect ( ) : void
UpdateFill ( ) : void
UpdateSize ( ) : void
UpdateStroke ( ) : void
UpdateStrokeDashArray ( ) : void
UpdateStrokeDashOffset ( ) : void
UpdateStrokeLineCap ( ) : void
UpdateStrokeLineJoin ( ) : void
UpdateStrokeMiterLimit ( ) : void
UpdateStrokeThickness ( ) : void

Method Details

GetDesiredSize() public méthode

public GetDesiredSize ( int widthConstraint, int heightConstraint ) : SizeRequest
widthConstraint int
heightConstraint int
Résultat SizeRequest

OnElementChanged() protected méthode

protected OnElementChanged ( Microsoft.Maui.Controls.Compatibility.Platform.Android.ElementChangedEventArgs args ) : void
args Microsoft.Maui.Controls.Compatibility.Platform.Android.ElementChangedEventArgs
Résultat void

OnElementPropertyChanged() protected méthode

protected OnElementPropertyChanged ( object sender, PropertyChangedEventArgs args ) : void
sender object
args PropertyChangedEventArgs
Résultat void

ShapeRenderer() public méthode

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