C# 클래스 LayoutFarm.Svg.Pathing.SvgPathSegCurveToCubic

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

공개 메소드들

메소드 설명
GetAbsolutePoints ( PointF &last, PointF &c1, PointF &c2, PointF &p ) : void
SvgPathSegCurveToCubic ( float x1, float y1, float x2, float y2, float x, float y ) : System
ToString ( ) : string

메소드 상세

GetAbsolutePoints() 공개 메소드

public GetAbsolutePoints ( PointF &last, PointF &c1, PointF &c2, PointF &p ) : void
last PixelFarm.Drawing.PointF
c1 PixelFarm.Drawing.PointF
c2 PixelFarm.Drawing.PointF
p PixelFarm.Drawing.PointF
리턴 void

SvgPathSegCurveToCubic() 공개 메소드

public SvgPathSegCurveToCubic ( float x1, float y1, float x2, float y2, float x, float y ) : System
x1 float
y1 float
x2 float
y2 float
x float
y float
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string