System::Drawing::Graphics::DrawPath メソッド
Graphics::DrawPath method
指定されたペンを使用して指定されたパスを描画します。
void System::Drawing::Graphics::DrawPath(const SharedPtr<Pen> &pen, const SharedPtr<Drawing2D::GraphicsPath> &path)
| パラメーター | 型 | 説明 |
|---|---|---|
| pen | const SharedPtr<Pen>& | 描画に使用する Pen オブジェクト |
| パス | const SharedPtr<Drawing2D::GraphicsPath>& | 描画するグラフィックパス |
参照
- Typedef SharedPtr
- Class Pen
- Class GraphicsPath
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++