Bitmap for WPF
AddBeziers メソッド (SimplifiedGeometrySink)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > SimplifiedGeometrySink インターフェース : AddBeziers メソッド
A pointer to an array of Bezier segments that describes the Bezier curves to create. A curve is drawn from the geometry sink's current point (the end point of the last segment drawn or the location specified by {{BeginFigure}}) to the end point of the first Bezier segment in the array. if the array contains additional Bezier segments, each subsequent Bezier segment uses the end point of the preceding Bezier segment as its start point.
Creates a sequence of cubic Bezier curves and adds them to the geometry sink.
シンタックス
'宣言
 
Sub AddBeziers( _
   ByVal beziers() As BezierSegment _
) 
void AddBeziers( 
   BezierSegment[] beziers
)

パラメータ

beziers
A pointer to an array of Bezier segments that describes the Bezier curves to create. A curve is drawn from the geometry sink's current point (the end point of the last segment drawn or the location specified by {{BeginFigure}}) to the end point of the first Bezier segment in the array. if the array contains additional Bezier segments, each subsequent Bezier segment uses the end point of the preceding Bezier segment as its start point.
参照

SimplifiedGeometrySink インターフェース
SimplifiedGeometrySink メンバ