Creates a Direct2D bitmap from a pointer to in-memory source data.
オーバーロード一覧
オーバーロード | 解説 |
Create(RenderTarget,Size2L) | Creates a Direct2D bitmap from a pointer to in-memory source data. |
Create(RenderTarget,Size2L,BitmapProperties) | Creates a Direct2D bitmap from a pointer to in-memory source data. |
Create(RenderTarget,Size2L,DataPointer,Int32) | Creates a Direct2D bitmap from a pointer to in-memory source data. |
Create(RenderTarget,Size2L,DataPointer,Int32,BitmapProperties) | Creates a Direct2D bitmap from a pointer to in-memory source data. |
Create(RenderTarget,Bitmap) | Creates an Bitmapwhose data is shared with another resource. |
Create(RenderTarget,Bitmap,Nullable<BitmapProperties>) | Creates an Bitmapwhose data is shared with another resource. |
Create(RenderTarget,Surface) | Creates an Bitmapwhose data is shared with another resource. |
Create(RenderTarget,Surface,Nullable<BitmapProperties>) | Creates an Bitmapwhose data is shared with another resource. |
Create(RenderTarget,BitmapLock,Nullable<BitmapProperties>) | Creates an Bitmapthat points to the bitmap data already stored in the C1.Util.DX.WIC.BitmapLock. |
Create(RenderTarget,BitmapSource) | Creates a Bitmap from a wic bitmap. |
Create(RenderTarget,BitmapSource,BitmapProperties) | Creates a Bitmap from a wic bitmap. |
参照