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

SVGData

Description

SVG graphic data

Declare

            
# namespace Microsoft.VisualBasic.Imaging.Driver
export class SVGData extends GraphicsData {
   content_type: string;
   Driver: Drivers;
   Height: integer;
   Layout: GraphicsRegion;
   SVG: SVGDataLayers;
   title: string;
   Width: integer;
   XmlComment: string;
}

        

.NET clr type reference tree

  1. this class extends from GraphicsData class: GraphicsData
  2. use by property member Driver: Drivers
  3. use by property member Layout: GraphicsRegion
  4. use by property member SVG: SVGDataLayers

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