Property MaximumBitmapSize
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
MaximumBitmapSize
Gets the maximum pixel size of any one bitmap dimension supported by the render target.
int MaximumBitmapSize { get; }
Property Value
Remarks
This method returns the maximum texture size of the Direct3D device. Note: The software renderer and WARP devices return the value of 16 megapixels (1610241024). You can create a Direct2D texture that is this size, but not a Direct3D texture that is this size.