Skip to main content

Class SwapChainLeaseEventArgs

Namespace: VelloSharp.Wpf.Integration
Assembly: VelloSharp.Integration.Wpf.dll

public sealed class SwapChainLeaseEventArgs : EventArgs

Inheritance

objectEventArgsSwapChainLeaseEventArgs

Inherited Members

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

Constructors

SwapChainLeaseEventArgs(WindowsGpuContextLease, WindowsSwapChainSurface, WindowsSurfaceSize)

public SwapChainLeaseEventArgs(WindowsGpuContextLease lease, WindowsSwapChainSurface surface, WindowsSurfaceSize pixelSize)

Parameters

lease WindowsGpuContextLease

surface WindowsSwapChainSurface

pixelSize WindowsSurfaceSize

Properties

Lease

public WindowsGpuContextLease Lease { get; }

Property Value

WindowsGpuContextLease

PixelSize

public WindowsSurfaceSize PixelSize { get; }

Property Value

WindowsSurfaceSize

Surface

public WindowsSwapChainSurface Surface { get; }

Property Value

WindowsSwapChainSurface