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

Inheritance: ViewRenderer
ファイルを表示 Open project: jsuarezruiz/maui-linux

Public Methods

Method Description
GetDesiredSize ( int widthConstraint, int heightConstraint ) : SizeRequest
ShapeRenderer ( Context context ) : System

Protected Methods

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

Private Methods

Method 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 method

public GetDesiredSize ( int widthConstraint, int heightConstraint ) : SizeRequest
widthConstraint int
heightConstraint int
return SizeRequest

OnElementChanged() protected method

protected OnElementChanged ( Microsoft.Maui.Controls.Compatibility.Platform.Android.ElementChangedEventArgs args ) : void
args Microsoft.Maui.Controls.Compatibility.Platform.Android.ElementChangedEventArgs
return void

OnElementPropertyChanged() protected method

protected OnElementPropertyChanged ( object sender, PropertyChangedEventArgs args ) : void
sender object
args PropertyChangedEventArgs
return void

ShapeRenderer() public method

public ShapeRenderer ( Context context ) : System
context Context
return System