'宣言 Public Overloads Shared Function GetBrush( _ ByVal ele As PaintElement, _ ByVal path As GraphicsPath _ ) As Brush
public static Brush GetBrush( PaintElement ele, GraphicsPath path )
このメソッドを呼び出して、PaintElement インスタンスのプロパティに対応する適切な GDI+ Brush オブジェクトを提供します。
塗り潰しが必要な領域の形状が長方形(または、塗り潰しても損なわれないほど長方形に近似)の場合、このメソッドの rect バージョンを使用すると、パフォーマンスが向上します。