C# 클래스 SharpVectors.Renderer.Gdi.GdiSvgPaint

상속: SharpVectors.Dom.Svg.SvgPaint
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 메소드들

메소드 설명
GdiSvgPaint ( SvgStyleableElement elm, string propName ) : System
GetBrush ( GraphicsPath gp ) : Brush
GetPen ( GraphicsPath gp ) : Pen

비공개 메소드들

메소드 설명
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

메소드 상세

GdiSvgPaint() 공개 메소드

public GdiSvgPaint ( SvgStyleableElement elm, string propName ) : System
elm SharpVectors.Dom.Svg.SvgStyleableElement
propName string
리턴 System

GetBrush() 공개 메소드

public GetBrush ( GraphicsPath gp ) : Brush
gp System.Drawing.Drawing2D.GraphicsPath
리턴 System.Drawing.Brush

GetPen() 공개 메소드

public GetPen ( GraphicsPath gp ) : Pen
gp System.Drawing.Drawing2D.GraphicsPath
리턴 System.Drawing.Pen