Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaImage Class / GcSkiaImage Constructor / GcSkiaImage Constructor(String)
The file path to the image. JPEG, PNG and WEBP formats are supported.

In This Topic
    GcSkiaImage Constructor(String)
    In This Topic
    Initializes a new instance of the GcSkiaImage class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal filePath As System.String _
    )
    public GcSkiaImage( 
       System.string filePath
    )

    Parameters

    filePath
    The file path to the image. JPEG, PNG and WEBP formats are supported.
    See Also