C# Class Svg.SvgViewBox

Afficher le fichier Open project: vvvv/SVG Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty SvgViewBox

Méthodes publiques

Méthode 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 méthode

public AddViewBoxTransform ( Svg.SvgAspectRatio aspectRatio, ISvgRenderer renderer, Svg.SvgFragment frag ) : void
aspectRatio Svg.SvgAspectRatio
renderer ISvgRenderer
frag Svg.SvgFragment
Résultat void

Equals() public méthode

public Equals ( SvgViewBox other ) : bool
other SvgViewBox
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SvgViewBox() public méthode

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.
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

public static SvgViewBox,Svg Empty
Résultat SvgViewBox