PathGradientBrush クラス
GraphicsPath オブジェクトの内部をグラデーションで塗りつぶす Brush オブジェクトをカプセル化します。このクラスは継承できません。
この型のすべてのメンバの一覧については、PathGradientBrush メンバ を参照してください。
System.Object
System.MarshalByRefObject
System.Drawing.Brush
System.Drawing.Drawing2D.PathGradientBrush
NotInheritable Public Class PathGradientBrush
Inherits Brush
[C#]
public sealed class PathGradientBrush : Brush
[C++]
public __gc __sealed class PathGradientBrush : public Brush
[JScript]
public class PathGradientBrush extends Brush
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
色のグラデーションとは、パスの中心点からそのパスの外側の境界へと移動するにつれて、色の濃淡を滑らかに変えていくことです。ブレンド係数、位置、およびスタイルが、グラデーションの開始点と終了点や、色の濃淡をどのように変えていくかに影響します。
パス グラデーションのブラシは、描画に使用される Graphics オブジェクトの SmoothingMode プロパティには従いません。 PathGradientBrush オブジェクトを使用して塗りつぶされた領域は、平滑化のモードに関係なく同じ方法 (エイリアス) でレンダリングされます。
必要条件
名前空間: System.Drawing.Drawing2D
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Drawing (System.Drawing.dll 内)