C# 클래스 SharpVectors.Dom.Svg.SvgPaint

상속: SvgColor, ISvgPaint
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 메소드들

메소드 설명
SetPaint ( SvgPaintType paintType, string uri, string rgbColor, string iccColor ) : void
SetUri ( string uri ) : void
SvgPaint ( string str ) : System

비공개 메소드들

메소드 설명
_parsePaint ( string str ) : void
_setPaintType ( bool hasUri, bool hasRgb, bool hasIcc, bool hasNone, bool hasCurrentColor ) : void

메소드 상세

SetPaint() 공개 메소드

public SetPaint ( SvgPaintType paintType, string uri, string rgbColor, string iccColor ) : void
paintType SvgPaintType
uri string
rgbColor string
iccColor string
리턴 void

SetUri() 공개 메소드

public SetUri ( string uri ) : void
uri string
리턴 void

SvgPaint() 공개 메소드

public SvgPaint ( string str ) : System
str string
리턴 System