C# 클래스 Svg.Pathing.SvgArcSegment

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

공개 메소드들

메소드 설명
AddToPath ( GraphicsPath graphicsPath ) : void
SvgArcSegment ( PointF start, float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, PointF end ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
CalculateVectorAngle ( double ux, double uy, double vx, double vy ) : double

메소드 상세

AddToPath() 공개 메소드

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

SvgArcSegment() 공개 메소드

public SvgArcSegment ( PointF start, float radiusX, float radiusY, float angle, SvgArcSize size, SvgArcSweep sweep, PointF end ) : System
start System.Drawing.PointF
radiusX float
radiusY float
angle float
size SvgArcSize
sweep SvgArcSweep
end System.Drawing.PointF
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string