nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / IGraphicsData

IGraphicsData

Full name Microsoft.VisualBasic.Imaging.Driver.IGraphicsData Assembly Microsoft.VisualBasic.Runtime Members 8

01 Syntax

Microsoft.VisualBasic.Imaging.Driver.IGraphicsData

02 Methods

NameOverloadsSummary
Save 2 Save the image graphics to a specific output stream
GetDataURI 1

03 Properties

NameOverloadsSummary
Driver 1 The graphics engine driver type indicator, + for Drivers.GDI -> ImageData(Image, Bitmap) + for Drivers.SVG -> SVGData(SVGDocument) (驱动程序的类型)
content_type 1 http content type
Width 1
Height 1
Previews 1

04 Members

method Save overload 2 #
Save(String)

Save the image graphics to file

Parameters
NameTypeDescription
path$String

-

method Save #
Save(Stream)

Save the image graphics to a specific output stream

Parameters
NameTypeDescription
outStream

-

property Driver #
Driver

The graphics engine driver type indicator,

(驱动程序的类型)

property content_type #
content_type

http content type

property Width #
Width
property Height #
Height
property Previews #
Previews
method GetDataURI #
GetDataURI()