共用方式為


CDC::PolyPolyline

繪製連接的直線線段多個數列。

BOOL PolyPolyline(
   const POINT* lpPoints,
   const DWORD* lpPolyPoints,
   int nCount 
);

參數

  • lpPoints
    out 包含聚合線的端點的結構陣列的點。 折線連續指定。

  • lpPolyPoints
    為指定的點數的點變數在 lpPoints 陣列為對應的多邊形。 每個項目都必須是大於或等於 2。

  • nCount
    在 lpPolyPoints 指定陣列中的繫結總數。

傳回值

如果不是零,則函式成功,則為 0。

備註

使用畫筆的目前筆,線段繪製。 區段所構成的圖形不會被填入。 這個函式不會使用目前位置也不會更新。

需求

Header: afxwin.h

請參閱

參考

CDC 類別

階層架構圖

CDC::Polyline

CDC::PolylineTo

PolyPolyline