C# Class Svg.SvgViewBox

Mostra file Open project: vvvv/SVG Class Usage Examples

Public Properties

Property Type Description
Empty SvgViewBox

Public Methods

Method Description
AddViewBoxTransform ( Svg.SvgAspectRatio aspectRatio, ISvgRenderer renderer, Svg.SvgFragment frag ) : void
Equals ( SvgViewBox other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SvgViewBox ( float minX, float minY, float width, float height ) : System

Initializes a new instance of the SvgViewBox struct.

operator ( ) : bool

Method Details

AddViewBoxTransform() public method

public AddViewBoxTransform ( Svg.SvgAspectRatio aspectRatio, ISvgRenderer renderer, Svg.SvgFragment frag ) : void
aspectRatio Svg.SvgAspectRatio
renderer ISvgRenderer
frag Svg.SvgFragment
return void

Equals() public method

public Equals ( SvgViewBox other ) : bool
other SvgViewBox
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SvgViewBox() public method

Initializes a new instance of the SvgViewBox struct.
public SvgViewBox ( float minX, float minY, float width, float height ) : System
minX float The min X.
minY float The min Y.
width float The width.
height float The height.
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static SvgViewBox,Svg Empty
return SvgViewBox