Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class
Properties Methods

In This Topic
    GcSkiaBitmap Class Members
    In This Topic

    The following tables list the members exposed by GcSkiaBitmap.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a shared instance of the SkiaFontCache object.  
    Public PropertyGets an instance of the GcSkiaGraphics class associated with this image.

    The graphics becomes available after executing the CreateGraphics method.

     
    Public PropertyGets 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.  
    Public PropertyGets a value indicating whether the GcSkiaBitmap has been disposed of.  
    Public PropertyGets a value indicating whether the alpha channel of the image should be ignored.  
    Public PropertyGets the pixel height of the image.  
    Public PropertyGets the pixel width of the image.  
    Public PropertyGets the underlying SkiaSharp.SKBitmap object.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies a license key to the current instance of GcSkiaBitmap.  
    Public MethodClears the GcSkiaBitmap with the specified color.  
    Public MethodCreates a new GcSkiaBitmap containing a fragment of the current image.  
    Public MethodCreates a new GcSkiaBitmap containing a copy of the current image.  
    Public MethodCreates an instance of the GcSkiaGraphics class.  
    Public MethodCreates the image of the given size.  
    Public MethodReleases the internal image and clears all metadata.  
    Public MethodCleans up any resources being used.  
    Public MethodOverloaded. Loads the image from a stream. JPEG, PNG, WEBP formats are supported.  
    Public MethodCreates a new GcSkiaBitmap containing a resized copy of the current image.  
    Public MethodOverloaded. Saves the image into a Stream in JPEG format.  
    Public MethodOverloaded. Saves the image into a Stream in PNG format.  
    Public MethodOverloaded. Saves the image into a Stream in WEBP format.  
    Public Methodstatic (Shared in Visual Basic)Sets the license key.  
    Public MethodOverloaded. Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current GcSkiaBitmap.  
    Public MethodCreates an instance of the GcSkiaImage class from the current GcSkiaBitmap.  
    Top
    See Also