名前 | 解説 | |
---|---|---|
GcD2DBitmap コンストラクタ | オーバーロードされます。 |
GcD2DBitmapデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
GcD2DBitmap コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Bitmap | For internal use. | |
D2DDevice | Gets an instance of the GrapeCity.Documents.DX.Direct2D.Device class. | |
D2DFactory | Gets an instance of the GrapeCity.Documents.DX.Direct2D.Factory1 class. | |
DeviceContext | Gets an instance of the GrapeCity.Documents.DX.Direct2D.DeviceContext class. | |
DpiX | Gets the x-axis DPI resolution. | |
DpiY | Gets the y-axis DPI resolution. | |
DWFactory | Gets an instance of the GrapeCity.Documents.DX.DirectWrite.Factory1 class.
The factory becomes available after initializing the font cache (see the SetFontCache method). | |
FontCache | For internal use only. | |
GlyphPathCache | For internal use only. | |
Graphics | Gets an instance of the GcD2DBitmapGraphics class.
The Graphics becomes available after executing the CreateGraphics method. | |
Height | Gets the height of the image, in DIPs. | |
IsDisposed | Gets a value indicating whether the GcD2DBitmap has been disposed of. | |
IsLicensed | Gets a value indicating whether the current instance is fully licensed. | |
PixelHeight | Gets the pixel height of the image. | |
PixelWidth | Gets the pixel width of the image. | |
Width | Gets the width of the image, in DIPs. |
名前 | 解説 | |
---|---|---|
ApplyLicenseKey | Applies a license key to an instance of GcWicBitmap. | |
CreateGraphics | Creates an instance of the GcD2DBitmapGraphics class. | |
CreateImage | オーバーロードされます。 For internal use. Creates an image with the given size and properties. | |
DiscardImage | Discards the internal image and clears all metadata. | |
Dispose | Cleans up the resources that were used. | |
Load | オーバーロードされます。 Loads the image from a stream. | |
Save | オーバーロードされます。 Saves the image to a stream using the specified format and options. | |
SaveAsBmp | オーバーロードされます。 Saves the image to a stream in BMP format. | |
SaveAsGif | オーバーロードされます。 Saves the image to a stream in GIF format. | |
SaveAsJpeg | オーバーロードされます。 Saves the image to a stream in JPEG format. | |
SaveAsJpegXR | オーバーロードされます。 Saves the image to a stream in JPEG XR format. | |
SaveAsPng | オーバーロードされます。 Saves the image to a stream in PNG format. | |
SaveAsTiff | オーバーロードされます。 Saves the image to a stream in TIFF format. | |
SetFontCache | Assigns a shared instance of the FontCache class to be used by this bitmap. | |
SetLicenseKey | Sets the license key. | |
ToGcBitmap | オーバーロードされます。 Copies the image buffer to a new GrapeCity.Documents.Imaging.GcBitmap. |