C# Class SharpVectors.Dom.Svg.SvgPreserveAspectRatio

Inheritance: ISvgPreserveAspectRatio
Show file Open project: codebutler/savagesvg Class Usage Examples

Protected Properties

Property Type Description
ownerElement SvgElement

Public Methods

Method Description
FitToViewBox ( SvgRect viewBox, SvgRect rectToFit ) : float[]
SvgPreserveAspectRatio ( string attr, SvgElement ownerElement ) : System

Method Details

FitToViewBox() public method

public FitToViewBox ( SvgRect viewBox, SvgRect rectToFit ) : float[]
viewBox SvgRect
rectToFit SvgRect
return float[]

SvgPreserveAspectRatio() public method

public SvgPreserveAspectRatio ( string attr, SvgElement ownerElement ) : System
attr string
ownerElement SvgElement
return System

Property Details

ownerElement protected property

protected SvgElement,SharpVectors.Dom.Svg ownerElement
return SvgElement