Name | Description | |
---|---|---|
![]() | GcD2DBitmap Constructor | Overloaded. |
The following tables list the members exposed by GcD2DBitmap.
Name | Description | |
---|---|---|
![]() | GcD2DBitmap Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | 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). |
![]() | 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. |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | ApplyLicenseKey | Applies a license key to an instance of GcWicBitmap. |
![]() | CreateGraphics | Creates an instance of the GcD2DBitmapGraphics class. |
![]() | CreateImage | Overloaded. 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 | Overloaded. Loads the image from a stream. |
![]() | Save | Overloaded. Saves the image to a stream using the specified format and options. |
![]() | SaveAsBmp | Overloaded. Saves the image to a stream in BMP format. |
![]() | SaveAsGif | Overloaded. Saves the image to a stream in GIF format. |
![]() | SaveAsJpeg | Overloaded. Saves the image to a stream in JPEG format. |
![]() | SaveAsJpegXR | Overloaded. Saves the image to a stream in JPEG XR format. |
![]() | SaveAsPng | Overloaded. Saves the image to a stream in PNG format. |
![]() | SaveAsTiff | Overloaded. 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 | Overloaded. Copies the image buffer to a new GrapeCity.Documents.Imaging.GcBitmap. |