Name | Description | |
---|---|---|
GcSkiaBitmap Constructor | Overloaded. |
The following tables list the members exposed by GcSkiaBitmap.
Name | Description | |
---|---|---|
GcSkiaBitmap Constructor | Overloaded. |
Name | Description | |
---|---|---|
FontCache | Gets or sets a shared instance of the SkiaFontCache object. | |
Graphics | Gets an instance of the GcSkiaGraphics class associated with this image.
The graphics becomes available after executing the CreateGraphics method. | |
HasImage | Gets a value indicating whether the underlying image exists (has been loaded or created). If this property is false, call Load() or CreateImage() to load or create the underlying image. Calling any other method will throw an exception unless this property is true. | |
IsDisposed | Gets a value indicating whether the GcSkiaBitmap has been disposed of. | |
Opaque | Gets a value indicating whether the alpha channel of the image should be ignored. | |
PixelHeight | Gets the pixel height of the image. | |
PixelWidth | Gets the pixel width of the image. | |
SKBitmap | Gets the underlying SkiaSharp.SKBitmap object. |
Name | Description | |
---|---|---|
ApplyLicenseKey | Applies a license key to the current instance of GcSkiaBitmap. | |
Clear | Clears the GcSkiaBitmap with the specified color. | |
Clip | Creates a new GcSkiaBitmap containing a fragment of the current image. | |
Clone | Creates a new GcSkiaBitmap containing a copy of the current image. | |
CreateGraphics | Creates an instance of the GcSkiaGraphics class. | |
CreateImage | Creates the image of the given size. | |
DiscardImage | Releases the internal image and clears all metadata. | |
Dispose | Cleans up any resources being used. | |
Load | Overloaded. Loads the image from a stream. JPEG, PNG, WEBP formats are supported. | |
Resize | Creates a new GcSkiaBitmap containing a resized copy of the current image. | |
SaveAsJpeg | Overloaded. Saves the image into a Stream in JPEG format. | |
SaveAsPng | Overloaded. Saves the image into a Stream in PNG format. | |
SaveAsWebp | Overloaded. Saves the image into a Stream in WEBP format. | |
SetLicenseKey | Sets the license key. | |
ToGcBitmap | Overloaded. Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current GcSkiaBitmap. | |
ToSkiaImage | Creates an instance of the GcSkiaImage class from the current GcSkiaBitmap. |