PowerTools PlusPak for Windows Forms 8.0J
DrawPath メソッド

パスの色、幅、およびスタイルを決定するPenオブジェクト。
描画するGraphicsPathオブジェクト。
GraphicsPathオブジェクトを描画します。
構文
Public Sub DrawPath( _
   ByVal pen As Pen, _
   ByVal path As GraphicsPath _
) 
public void DrawPath( 
   Pen pen,
   GraphicsPath path
)

パラメータ

pen
パスの色、幅、およびスタイルを決定するPenオブジェクト。
path
描画するGraphicsPathオブジェクト。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Graphics クラス
Graphics メンバ

Send Feedback