IGraphicsData
01 Syntax
Microsoft.VisualBasic.Imaging.Driver.IGraphicsData
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Save | 2 | Save the image graphics to a specific output stream |
| GetDataURI | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| 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
Save(
String)Save the image graphics to file
Parameters
| Name | Type | Description |
|---|---|---|
path$ | String | - |
Save(
Stream)Save the image graphics to a specific output stream
Parameters
| Name | Type | Description |
|---|---|---|
out | Stream | - |
Driver
The graphics engine driver type indicator,
- for Drivers.GDI -> ImageData(Image, Bitmap)
- for Drivers.SVG -> SVGData(SVGDocument)
(驱动程序的类型)
content_type
http content type
Width
Height
Previews
GetDataURI()