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

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

공개 메소드들

메소드 설명
GetEndAngle ( int index ) : float
GetGraphicsPath ( ) : GraphicsPath
GetStartAngle ( int index ) : float
HandleAttributeChange ( XmlAttribute attribute ) : void
HasExtension ( string extension ) : bool
Invalidate ( ) : void

비공개 메소드들

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

메소드 상세

GetEndAngle() 공개 메소드

public GetEndAngle ( int index ) : float
index int
리턴 float

GetGraphicsPath() 공개 메소드

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

GetStartAngle() 공개 메소드

public GetStartAngle ( int index ) : float
index int
리턴 float

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