C# 클래스 Avalonia.Lottie.Model.Layer.NullLayer
파일 보기
프로젝트 열기: AvaloniaUI/Avalonia.Lottie
공개 메소드들
메소드 |
설명 |
|
DrawLayer ( LottieCanvas canvas, Matrix parentMatrix, byte parentAlpha ) : void |
|
|
GetBounds ( Rect &outBounds, Matrix parentMatrix ) : void |
|
|
비공개 메소드들
메소드 |
설명 |
|
NullLayer ( Lottie lottie, Avalonia.Lottie.Model.Layer.Layer layerModel ) : Avalonia.Lottie.Animation.Content |
|
|
메소드 상세
public DrawLayer ( LottieCanvas canvas, Matrix parentMatrix, byte parentAlpha ) : void |
canvas |
LottieCanvas |
|
parentMatrix |
Matrix |
|
parentAlpha |
byte |
|
리턴 |
void |
|
public GetBounds ( Rect &outBounds, Matrix parentMatrix ) : void |
outBounds |
Rect |
|
parentMatrix |
Matrix |
|
리턴 |
void |
|