C# 클래스 Svg.Pathing.SvgPathSegment

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
AddToPath ( GraphicsPath graphicsPath ) : void
Clone ( ) : SvgPathSegment

보호된 메소드들

메소드 설명
SvgPathSegment ( ) : System
SvgPathSegment ( PointF start, PointF end ) : System

메소드 상세

AddToPath() 공개 추상적인 메소드

public abstract AddToPath ( GraphicsPath graphicsPath ) : void
graphicsPath System.Drawing.Drawing2D.GraphicsPath
리턴 void

Clone() 공개 메소드

public Clone ( ) : SvgPathSegment
리턴 SvgPathSegment

SvgPathSegment() 보호된 메소드

protected SvgPathSegment ( ) : System
리턴 System

SvgPathSegment() 보호된 메소드

protected SvgPathSegment ( PointF start, PointF end ) : System
start System.Drawing.PointF
end System.Drawing.PointF
리턴 System