C# 클래스 Svg.Pathing.SvgQuadraticCurveSegment

상속: SvgPathSegment
파일 보기 프로젝트 열기: prepare/HTML-Renderer

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddToPath ( System graphicsPath ) : void
SvgQuadraticCurveSegment ( PointF start, PointF controlPoint, PointF end ) : System
ToString ( ) : string

메소드 상세

AddToPath() 공개 메소드

public AddToPath ( System graphicsPath ) : void
graphicsPath System
리턴 void

SvgQuadraticCurveSegment() 공개 메소드

public SvgQuadraticCurveSegment ( PointF start, PointF controlPoint, PointF end ) : System
start System.Drawing.PointF
controlPoint System.Drawing.PointF
end System.Drawing.PointF
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string