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
FrameRate
public double FrameRate { get; }
Property Value
Height
public uint Height { get; }
Property Value
Size
public Vector2 Size { get; }
Property Value
StartFrame
public double StartFrame { get; }
Property Value
Width
public uint Width { get; }