Bitmap for UWP
AddLines メソッド (SimplifiedGeometrySink)

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > SimplifiedGeometrySink インターフェース : AddLines メソッド
A pointer to an array of one or more points that describe the lines to draw. A line 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 first point in the array. if the array contains additional points, a line is drawn from the first point to the second point in the array, from the second point to the third point, and so on.
Creates a sequence of lines using the specified points and adds them to the geometry sink.
シンタックス
'宣言
 
Sub AddLines( _
   ByVal pointsRef() As Point2F _
) 
void AddLines( 
   Point2F[] pointsRef
)

パラメータ

pointsRef
A pointer to an array of one or more points that describe the lines to draw. A line 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 first point in the array. if the array contains additional points, a line is drawn from the first point to the second point in the array, from the second point to the third point, and so on.
参照

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