C# 클래스 BezierSegment, Vortice.Windows

Represents a cubic bezier segment drawn between two points.
파일 보기 프로젝트 열기: amerkoleci/Vortice.Windows 1 사용 예제들

공개 메소드들

메소드 설명
BezierSegment ( PointF, point1, PointF, point2, PointF, point3 ) : System.Drawing

Initializes a new instance of the BezierSegment struct.

메소드 상세

BezierSegment() 공개 메소드

Initializes a new instance of the BezierSegment struct.
public BezierSegment ( PointF, point1, PointF, point2, PointF, point3 ) : System.Drawing
point1 PointF, The first control point for the Bezier segment.
point2 PointF, The second control point for the Bezier segment.
point3 PointF, The end point for the Bezier segment.
리턴 System.Drawing