DioDocs for PDF
DrawCloudy メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcGraphicsExt クラス : DrawCloudy メソッド
GrapeCity.Documents.Drawing.GcGraphics オブジェクト.
楕円の境界
「cloudy」効果の強度の有効な値は 0 〜 2 です。
使用するGrapeCity.Documents.Drawing.Pen
塗りつぶしの色
「cloudy」境界を含む楕円を描画します。 (PDF仕様に従って、境界はcloudの外観をシミュレートする方法で、一連の凸曲線セグメントとして描画する必要があります。 .)
シンタックス
'宣言
 
Public Shared Function DrawCloudy( _
   ByVal g As GcGraphics, _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal intensity As System.Single, _
   ByVal pen As Pen, _
   ByVal fillColor As System.Drawing.Color _
) As System.Boolean
public static System.bool DrawCloudy( 
   GcGraphics g,
   System.Drawing.RectangleF bounds,
   System.float intensity,
   Pen pen,
   System.Drawing.Color fillColor
)

パラメータ

g
GrapeCity.Documents.Drawing.GcGraphics オブジェクト.
bounds
楕円の境界
intensity
「cloudy」効果の強度の有効な値は 0 〜 2 です。
pen
使用するGrapeCity.Documents.Drawing.Pen
fillColor
塗りつぶしの色
参照

GcGraphicsExt クラス
GcGraphicsExt メンバ