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

Inheritance: Avalonia.Lottie.Model.Layer.BaseLayer
Datei anzeigen Open project: AvaloniaUI/Avalonia.Lottie

Public Methods

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

Private Methods

Method Description
NullLayer ( Lottie lottie, Avalonia.Lottie.Model.Layer.Layer layerModel ) : Avalonia.Lottie.Animation.Content

Method Details

DrawLayer() public method

public DrawLayer ( LottieCanvas canvas, Matrix parentMatrix, byte parentAlpha ) : void
canvas LottieCanvas
parentMatrix Matrix
parentAlpha byte
return void

GetBounds() public method

public GetBounds ( Rect &outBounds, Matrix parentMatrix ) : void
outBounds Rect
parentMatrix Matrix
return void