FlexReport for WinForms
GetImageSize メソッド (Utils)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > Utils クラス : GetImageSize メソッド
The image to get the size of.
Gets the size of an image in twips.
シンタックス
'宣言
 
Public Shared Function GetImageSize( _
   ByVal image As GrapeCity.Documents.Drawing.IImage _
) As Size
'使用法
 
Dim image As GrapeCity.Documents.Drawing.IImage
Dim value As Size
 
value = Utils.GetImageSize(image)
public static Size GetImageSize( 
   GrapeCity.Documents.Drawing.IImage image
)

パラメータ

image
The image to get the size of.

戻り値の型

The size of image in twips.
参照

参照

Utils クラス
Utils メンバ