Click or drag to resize
CanvasSwapChain Constructor
Overload List
  NameDescription
Public methodCanvasSwapChain(ICanvasResourceCreatorWithDpi, Size)
Initializes a new instance of the CanvasSwapChain class, with the specified size.
Public methodCanvasSwapChain(ICanvasResourceCreatorWithDpi, Single, Single)
Initializes a new instance of the CanvasSwapChain class, with the specified width and height.
Public methodCanvasSwapChain(ICanvasResourceCreator, Single, Single, Single)
Initializes a new instance of the CanvasSwapChain class with the specified width, height, and dpi.
Public methodCanvasSwapChain(ICanvasResourceCreator, Single, Single, Single, DirectXPixelFormat, Int32, CanvasAlphaMode)
Initializes a new instance of the CanvasSwapChain class with the options specified.
Top
See Also