C# 클래스 Svg.SvgExtentions

Svg helpers
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
ApplyRecursive ( this elem, Action action ) : void
ApplyRecursiveDepthFirst ( this elem, Action action ) : void
GetRectangle ( this r ) : RectangleF
GetXML ( this doc ) : string
HasNonEmptyCustomAttribute ( this element, string name ) : bool
SetRectangle ( this r, RectangleF bounds ) : void

메소드 상세

ApplyRecursive() 공개 정적인 메소드

public static ApplyRecursive ( this elem, Action action ) : void
elem this
action Action
리턴 void

ApplyRecursiveDepthFirst() 공개 정적인 메소드

public static ApplyRecursiveDepthFirst ( this elem, Action action ) : void
elem this
action Action
리턴 void

GetRectangle() 공개 정적인 메소드

public static GetRectangle ( this r ) : RectangleF
r this
리턴 System.Drawing.RectangleF

GetXML() 공개 정적인 메소드

public static GetXML ( this doc ) : string
doc this
리턴 string

HasNonEmptyCustomAttribute() 공개 정적인 메소드

public static HasNonEmptyCustomAttribute ( this element, string name ) : bool
element this
name string
리턴 bool

SetRectangle() 공개 정적인 메소드

public static SetRectangle ( this r, RectangleF bounds ) : void
r this
bounds System.Drawing.RectangleF
리턴 void