C# Class Cairo.SvgSurface

Inheritance: Surface
显示文件 Open project: zwcloud/CairoSharp Class Usage Examples

Public Methods

Method Description
RestrictToVersion ( SvgVersion version ) : void
SvgSurface ( string filename, double width, double height ) : System

Private Methods

Method Description
SvgSurface ( IntPtr handle, bool owns ) : System

Method Details

RestrictToVersion() public method

public RestrictToVersion ( SvgVersion version ) : void
version SvgVersion
return void

SvgSurface() public method

public SvgSurface ( string filename, double width, double height ) : System
filename string
width double
height double
return System