Skip to main content

Struct VelatoCompositionInfo

Namespace: VelloSharp
Assembly: VelloSharp.dll

public readonly struct VelatoCompositionInfo

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

VelatoCompositionInfo(double, double, double, uint, uint)

public VelatoCompositionInfo(double startFrame, double endFrame, double frameRate, uint width, uint height)

Parameters

startFrame double

endFrame double

frameRate double

width uint

height uint

Properties

EndFrame

public double EndFrame { get; }

Property Value

double

FrameRate

public double FrameRate { get; }

Property Value

double

Height

public uint Height { get; }

Property Value

uint

Size

public Vector2 Size { get; }

Property Value

Vector2

StartFrame

public double StartFrame { get; }

Property Value

double

Width

public uint Width { get; }

Property Value

uint