C# Class SharpVectors.Renderers.SvgConverter

Afficher le fichier Open project: naver/protonow

Méthodes publiques

Méthode Description
ToPoint ( Point pt ) : SvgPointF
ToPoint ( PointF pt ) : SvgPointF
ToRect ( Rectangle rect ) : SvgRectF
ToRect ( RectangleF rect ) : SvgRectF

Method Details

ToPoint() public static méthode

public static ToPoint ( Point pt ) : SvgPointF
pt Point
Résultat SvgPointF

ToPoint() public static méthode

public static ToPoint ( PointF pt ) : SvgPointF
pt PointF
Résultat SvgPointF

ToRect() public static méthode

public static ToRect ( Rectangle rect ) : SvgRectF
rect Rectangle
Résultat SvgRectF

ToRect() public static méthode

public static ToRect ( RectangleF rect ) : SvgRectF
rect RectangleF
Résultat SvgRectF