ImageData {Microsoft.VisualBasic.Imaging.Driver} | .NET clr documentation |
Get image value from ImageData.Image
# namespace Microsoft.VisualBasic.Imaging.Driver
export class ImageData extends GraphicsData {
content_type: string;
Driver: Drivers;
Height: integer;
# GDI+ image
Image: Image;
Layout: GraphicsRegion;
Width: integer;
}
Driver
: DriversImage
: ImageLayout
: GraphicsRegion