| IGraphicsData {Microsoft.VisualBasic.Imaging.Driver} | .NET clr documentation |
# 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;
Previews: string;
Width: integer;
}
Driver: Drivers