Image {Microsoft.VisualBasic.Imaging} | .NET clr documentation |
the abstract image data model, example as gdi+ raster image bitmap, svg image, pdf image, etc
# namespace Microsoft.VisualBasic.Imaging
export class Image {
# the height of the image Image.Size
Height: integer;
# the size of the image
Size: Size;
# the width of the image Image.Size
Width: integer;
}
Size
: Size