DioDocs for PDF
MeasureImage メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス : MeasureImage メソッド
The image to draw.
The destination rectangle.
The image alignment.
Measures how an image will be drawn using the specified bounds and image alignment.
シンタックス
'宣言
 
Public Function MeasureImage( _
   ByVal image As IImage, _
   ByVal destBounds As System.Drawing.RectangleF, _
   ByVal align As ImageAlign _
) As System.Drawing.RectangleF()
public System.Drawing.RectangleF[] MeasureImage( 
   IImage image,
   System.Drawing.RectangleF destBounds,
   ImageAlign align
)

パラメータ

image
The image to draw.
destBounds
The destination rectangle.
align
The image alignment.

戻り値の型

The array of image bounds (can contain multiple rectangles if the image is tiled.
参照

GcGraphics クラス
GcGraphics メンバ