GraphicsData {Microsoft.VisualBasic.Imaging.Driver} .NET clr documentation

GraphicsData

Description

gdi+ images: Image, Bitmap / SVG image: SvgDocument

Declare

            
# namespace Microsoft.VisualBasic.Imaging.Driver
export class GraphicsData extends IGraphicsData {
   content_type: string;
   Driver: Drivers;
   Height: integer;
   # The image size
   Layout: GraphicsRegion;
   Width: integer;
}

        

.NET clr type reference tree

  1. this class extends from IGraphicsData class: IGraphicsData
  2. use by property member Driver: Drivers
  3. use by property member Layout: GraphicsRegion

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