Image {Microsoft.VisualBasic.Imaging} .NET clr documentation

Image

Description

the abstract image data model, example as gdi+ raster image bitmap, svg image, pdf image, etc

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. use by property member Size: Size

[Package {$package} version {$version} Index]