C# Class Avalonia.Lottie.Model.Layer.NullLayer

Inheritance: Avalonia.Lottie.Model.Layer.BaseLayer
Afficher le fichier Open project: AvaloniaUI/Avalonia.Lottie

Méthodes publiques

Méthode Description
DrawLayer ( LottieCanvas canvas, Matrix parentMatrix, byte parentAlpha ) : void
GetBounds ( Rect &outBounds, Matrix parentMatrix ) : void

Private Methods

Méthode Description
NullLayer ( Lottie lottie, Avalonia.Lottie.Model.Layer.Layer layerModel ) : Avalonia.Lottie.Animation.Content

Method Details

DrawLayer() public méthode

public DrawLayer ( LottieCanvas canvas, Matrix parentMatrix, byte parentAlpha ) : void
canvas LottieCanvas
parentMatrix Matrix
parentAlpha byte
Résultat void

GetBounds() public méthode

public GetBounds ( Rect &outBounds, Matrix parentMatrix ) : void
outBounds Rect
parentMatrix Matrix
Résultat void