C# Class SharpVectors.Renderer.Gdi.GdiSvgPaint

Inheritance: SharpVectors.Dom.Svg.SvgPaint
Afficher le fichier Open project: codebutler/savagesvg Class Usage Examples

Méthodes publiques

Méthode Description
GdiSvgPaint ( SvgStyleableElement elm, string propName ) : System
GetBrush ( GraphicsPath gp ) : Brush
GetPen ( GraphicsPath gp ) : Pen

Private Methods

Méthode Description
GetBrush ( GraphicsPath gp, string propPrefix ) : Brush
getDashArray ( float strokeWidth ) : float[]
getDashOffset ( float strokeWidth ) : float
getLineCap ( ) : LineCap
getLineJoin ( ) : LineJoin
getMiterLimit ( ) : float
getOpacity ( string fillOrStroke ) : int
getPaintServer ( string uri ) : PaintServer
getStrokeWidth ( ) : float

Method Details

GdiSvgPaint() public méthode

public GdiSvgPaint ( SvgStyleableElement elm, string propName ) : System
elm SharpVectors.Dom.Svg.SvgStyleableElement
propName string
Résultat System

GetBrush() public méthode

public GetBrush ( GraphicsPath gp ) : Brush
gp System.Drawing.Drawing2D.GraphicsPath
Résultat System.Drawing.Brush

GetPen() public méthode

public GetPen ( GraphicsPath gp ) : Pen
gp System.Drawing.Drawing2D.GraphicsPath
Résultat System.Drawing.Pen