GraphicsPathIterator 類別 (gdipluspath.h)
這個 GraphicsPathIterator 類別提供方法來隔離 儲存在 GraphicsPath 物件中之路徑的選取子集。 路徑是由一或多個圖形所組成。 您可以使用 GraphicsPathIterator 來隔離其中一或多個圖表。 路徑也可以有將路徑分割成區段的標記。 您可以使用 GraphicsPathIterator 物件來隔離其中一或多個區段。
繼承
GraphicsPathIterator 類別會實作 GdiplusBase。
方法
GraphicsPathIterator類別具有這些方法。
GraphicsPathIterator::CopyData GraphicsPathIterator::CopyData 方法會將路徑資料點的子集複製到 PointF 陣列,並將路徑點類型的子集複製到 BYTE 陣列。 |
GraphicsPathIterator::Enumerate GraphicsPathIterator::Enumerate 方法會將路徑的資料點複製到 PointF 陣列,並將路徑的點類型複製到 BYTE 陣列。 |
GraphicsPathIterator::GetCount GraphicsPathIterator::GetCount 方法會傳回路徑中的資料點數目。 |
GraphicsPathIterator::GetLastStatus GraphicsPathIterator::GetLastStatus 方法會傳回值,指出這個 GraphicsPathIterator 物件最近發生的方法失敗本質。 |
GraphicsPathIterator::GetSubpathCount GraphicsPathIterator::GetSubpathCount 方法會傳回路徑中 (也稱為圖表) 的子路徑數目。 |
GraphicsPathIterator::GraphicsPathIterator 建立新的 GraphicsPathIterator::GraphicsPathIterator 物件,並將它與 GraphicsPath 物件產生關聯。 |
GraphicsPathIterator::GraphicsPathIterator GraphicsPathIterator的複製建構函式。 |
GraphicsPathIterator::HasCurve GraphicsPathIterator::HasCurve 方法會判斷路徑是否有任何曲線。 |
GraphicsPathIterator::NextMarker GraphicsPathIterator::NextMarker 方法會取得這個反覆運算器相關聯路徑的下一個標記分隔區段。 |
GraphicsPathIterator::NextMarker GraphicsPathIterator::NextMarker 方法會取得區段的起始索引和結束索引。 |
GraphicsPathIterator::NextPathType GraphicsPathIterator::NextPathType 方法會取得下一組具有相同類型之資料點的起始索引和結束索引。 |
GraphicsPathIterator::NextSubpath GraphicsPathIterator::NextSubpath 方法會從這個反覆運算器的相關聯路徑取得下一個圖 (子路徑) 。 |
GraphicsPathIterator::NextSubpath GraphicsPathIterator::NextSubpath 方法會取得下一個子路徑的起始索引和結束索引。 |
GraphicsPathIterator::Rewind GraphicsPathIterator::Rewind 方法會將此反覆運算器倒轉至其相關聯路徑的開頭。 |
需求
目標平台 | Windows |
標頭 | gdipluspath.h |