次の方法で共有


CustomLineCap コンストラクタ (GraphicsPath, GraphicsPath, LineCap)

指定したアウトラインと塗りつぶしを使用して、指定した既存の LineCap 列挙体から CustomLineCap クラスの新しいインスタンスを初期化します。

名前空間: System.Drawing.Drawing2D
アセンブリ: System.Drawing (system.drawing.dll 内)

構文

'宣言
Public Sub New ( _
    fillPath As GraphicsPath, _
    strokePath As GraphicsPath, _
    baseCap As LineCap _
)
'使用
Dim fillPath As GraphicsPath
Dim strokePath As GraphicsPath
Dim baseCap As LineCap

Dim instance As New CustomLineCap(fillPath, strokePath, baseCap)
public CustomLineCap (
    GraphicsPath fillPath,
    GraphicsPath strokePath,
    LineCap baseCap
)
public:
CustomLineCap (
    GraphicsPath^ fillPath, 
    GraphicsPath^ strokePath, 
    LineCap baseCap
)
public CustomLineCap (
    GraphicsPath fillPath, 
    GraphicsPath strokePath, 
    LineCap baseCap
)
public function CustomLineCap (
    fillPath : GraphicsPath, 
    strokePath : GraphicsPath, 
    baseCap : LineCap
)

パラメータ

  • fillPath
    カスタム キャップの塗りつぶしを定義する GraphicsPath オブジェクト。
  • strokePath
    カスタム キャップのアウトラインを定義する GraphicsPath オブジェクト。
  • baseCap
    カスタム キャップの作成元となるライン キャップ。

解説

CustomLineCap は、操作に対して指定されている塗りつぶしモードに関係なく、"winding" 塗りつぶしモードを使用します。

fillPath パラメータと strokePath パラメータは、同時には使用できません。いずれかのパラメータには null 値を渡す必要があります。いずれのパラメータにも null 値が渡されない場合は、fillPath が無視されます。strokePath が null 参照 (Visual Basic では Nothing) の場合、fillPath は負の y 軸を受け取る必要があります。

プラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 2.0、1.1、1.0

参照

関連項目

CustomLineCap クラス
CustomLineCap メンバ
System.Drawing.Drawing2D 名前空間