DioDocs for PDF
Inflate(Single,Single,Single,Single,Boolean,Object) メソッド

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > Contour クラス > Inflate メソッド : Inflate(Single,Single,Single,Single,Boolean,Object) メソッド
Distance between the left edge of the source contour and the left edge of the new contour.
Distance between the top edge of the source contour and the top edge of the new contour.
Distance between the right edge of the source contour and the right edge of the new contour.
Distance between the bottom edge of the source contour and the bottom edge of the new contour.
Indicates if the source contour circumscribes the inside area in counterclockwise direction.
The object that contains data about the new Contour.
Creates a dependent Contour which is an enlarged copy of the source Contour.
シンタックス
'宣言
 
Public Overloads Function Inflate( _
   ByVal inflateLeft As System.Single, _
   ByVal inflateTop As System.Single, _
   ByVal inflateRight As System.Single, _
   ByVal inflateBottom As System.Single, _
   Optional ByVal ccwInside As System.Boolean, _
   Optional ByVal tag As System.Object _
) As Contour
public Contour Inflate( 
   System.float inflateLeft,
   System.float inflateTop,
   System.float inflateRight,
   System.float inflateBottom,
   System.bool ccwInside,
   System.object tag
)

パラメータ

inflateLeft
Distance between the left edge of the source contour and the left edge of the new contour.
inflateTop
Distance between the top edge of the source contour and the top edge of the new contour.
inflateRight
Distance between the right edge of the source contour and the right edge of the new contour.
inflateBottom
Distance between the bottom edge of the source contour and the bottom edge of the new contour.
ccwInside
Indicates if the source contour circumscribes the inside area in counterclockwise direction.
tag
The object that contains data about the new Contour.

戻り値の型

The created Contour object.
参照

Contour クラス
Contour メンバ
オーバーロード一覧