BezierShape.BezierShape
BezierShape()
의 새 인스턴스를 초기화합니다.BezierShape
클래스.
public BezierShape()
또한보십시오
- class BezierShape
- 네임스페이스 Aspose.PSD.Shapes
- 집회 Aspose.PSD
BezierShape(PointF[])
의 새 인스턴스를 초기화합니다.BezierShape
클래스.
public BezierShape(PointF[] points)
모수 | 유형 | 설명 |
---|---|---|
points | PointF[] | 포인트 배열입니다. |
또한보십시오
- struct PointF
- class BezierShape
- 네임스페이스 Aspose.PSD.Shapes
- 집회 Aspose.PSD
BezierShape(PointF[], bool)
의 새 인스턴스를 초기화합니다.BezierShape
클래스.
public BezierShape(PointF[] points, bool isClosed)
모수 | 유형 | 설명 |
---|---|---|
points | PointF[] | 포인트 배열입니다. |
isClosed | Boolean | 로 설정한 경우진실 베지어 스플라인이 닫힙니다. |
또한보십시오
- struct PointF
- class BezierShape
- 네임스페이스 Aspose.PSD.Shapes
- 집회 Aspose.PSD