名前 | 解説 | |
---|---|---|
Bitmap コンストラクタ | Initializes a new instance of the Bitmapclass. |
Bitmapデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Bitmap コンストラクタ | Initializes a new instance of the Bitmapclass. |
名前 | 解説 | |
---|---|---|
DotsPerInch | Return the dots per inch (DPI) of the bitmap. | |
IsDisposed | Gets a value indicating whether this instance is disposed. C1.Util.DX.DisposeBaseから継承されます。 | |
NativePointer | Get a pointer to the underlying Cpp Object C1.Util.DX.CppObjectから継承されます。 | |
Tag | Gets or sets a custom user tag object to associate with this instance.. C1.Util.DX.CppObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
CopyFromBitmap | オーバーロードされます。 Copies the specified region from the specified bitmap into the current bitmap. | |
CopyFromMemory | オーバーロードされます。 Copies the specified region from memory into the current bitmap. | |
CopyFromRenderTarget | オーバーロードされます。 Copies the specified region from the specified render target into the current bitmap. | |
CopyFromStream | オーバーロードされます。 Copies the specified region from a stream into the current bitmap. | |
Create | オーバーロードされます。 Creates a Direct2D bitmap from a pointer to in-memory source data. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. C1.Util.DX.DisposeBaseから継承されます。 | |
GetDpi | void ID2D1Bitmap::GetDpi([Out] float* dpiX,[Out] float* dpiY) | |
GetFactory | void ID2D1Resource::GetFactory([Out] ID2D1Factory** factory) C1.Util.DX.Direct2D.Resourceから継承されます。 | |
GetPixelFormat | D2D1_PIXEL_FORMAT ID2D1Bitmap::GetPixelFormat() | |
GetPixelSize | D2D_SIZE_U ID2D1Bitmap::GetPixelSize() | |
GetSize | D2D_SIZE_F ID2D1Bitmap::GetSize() | |
New<T> | ||
QueryInterface | オーバーロードされます。 Query this instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 | |
QueryInterfaceOrNull | オーバーロードされます。 Query instance for a particular COM GUID/interface support. C1.Util.DX.ComObjectから継承されます。 |
名前 | 解説 | |
---|---|---|
Disposed | Occurs when this instance is fully disposed. C1.Util.DX.DisposeBaseから継承されます。 | |
Disposing | Occurs when this instance is starting to be disposed. C1.Util.DX.DisposeBaseから継承されます。 |
明示的 キャスト 演算子 | Performs an explicit conversion from System.IntPtrto Bitmap. |