IGraphicsData {Microsoft.VisualBasic.Imaging.Driver} |
.NET clr documentation |
IGraphicsData
Description
Declare
# namespace Microsoft.VisualBasic.Imaging.Driver
export class IGraphicsData {
# http content type
content_type: string;
# The graphics engine driver type indicator,
#
# + for Drivers.GDI -> ImageData(Image, Bitmap)
# + for Drivers.SVG -> SVGData(SVGDocument)
#
# (驱动程序的类型)
Driver: Drivers;
Height: integer;
Width: integer;
}
.NET clr type reference tree
- use by property member
Driver
: Drivers
[Package
{$package} version {$version}
Index]