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

IGraphicsData

Description

Declare

            
# namespace Microsoft.VisualBasic.Imaging.Driver
export class IGraphicsData {
   # http content type
   content_type: string;
   # The graphics engine driver type indicator,
   # 
   # 
   # 
   # 
   # 
   # (驱动程序的类型)
   Driver: Drivers;
   Height: integer;
   Previews: string;
   Width: integer;
}

        

.NET clr type reference tree

  1. use by property member Driver: Drivers

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