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

The SVGCircleElement interface corresponds to the 'rect' element.
상속: SvgTransformableElement, ISharpGDIPath, ISvgCircleElement, IGraphicsElement
파일 보기 프로젝트 열기: codebutler/savagesvg 1 사용 예제들

공개 메소드들

메소드 설명
GetGraphicsPath ( ) : GraphicsPath
HandleAttributeChange ( XmlAttribute attribute ) : void
HasExtension ( string extension ) : bool
Invalidate ( ) : void

비공개 메소드들

메소드 설명
SvgCircleElement ( string prefix, string localname, string ns, SvgDocument doc ) : System

메소드 상세

GetGraphicsPath() 공개 메소드

public GetGraphicsPath ( ) : GraphicsPath
리턴 System.Drawing.Drawing2D.GraphicsPath

HandleAttributeChange() 공개 메소드

public HandleAttributeChange ( XmlAttribute attribute ) : void
attribute System.Xml.XmlAttribute
리턴 void

HasExtension() 공개 메소드

public HasExtension ( string extension ) : bool
extension string
리턴 bool

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void