Class VelloSwapChainRenderEventArgs
Namespace: VelloSharp.Windows.Shared.Presenters
Assembly: VelloSharp.Windows.Shared.dll
public sealed class VelloSwapChainRenderEventArgs : EventArgs
Inheritance
object ← EventArgs ← VelloSwapChainRenderEventArgs
Inherited Members
EventArgs.Empty, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Delta
public TimeSpan Delta { get; }
Property Value
FrameId
public long FrameId { get; }
Property Value
Lease
public WindowsGpuContextLease Lease { get; }
Property Value
PixelSize
public WindowsSurfaceSize PixelSize { get; }
Property Value
Surface
public WindowsSwapChainSurface Surface { get; }
Property Value
Timestamp
public TimeSpan Timestamp { get; }