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

In This Topic
    GcSkiaImage Class Members
    In This Topic

    The following tables list the members exposed by GcSkiaImage.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the GcSkiaImage has been disposed of.  
    Public PropertyGets a value indicating whether the alpha channel of the drawing surface should be ignored.  
    Public PropertyGets the height of the image, in pixels.  
    Public PropertyGets the width of the image, in pixels.  
    Public PropertyGets the underlying SKImage object.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies a license key to the current instance of GcSkiaImage.  
    Public MethodClean up any resources being used.  
    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 GcSkiaImage.  
    Public MethodCreates an instance of the GcSkiaBitmap class from the current GcSkiaImage.  
    Top
    See Also