Struct SharedBitmapProperties
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Describes the DPI and pixel format for a shared bitmap.
D2D1_BITMAP_PROPERTIES
public struct SharedBitmapProperties : IEquatable<SharedBitmapProperties>
- Implements
- Inherited Members
Remarks
A shared bitmap can be created using the CreateSharedBitmap(IDeviceBitmap, in SharedBitmapProperties?) or CreateSharedBitmap(IBitmapLock, in SharedBitmapProperties?) method.