FlexPivot for WinForms
GetImageRectangle メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellStyle クラス : GetImageRectangle メソッド
Cell rectangle.
Image to be displayed on the cell.
Gets the image portion of a cell's rectangle.
シンタックス
'宣言
 
Public Function GetImageRectangle( _
   ByVal rc As System.Drawing.Rectangle, _
   ByVal img As System.Drawing.Image _
) As System.Drawing.Rectangle
public System.Drawing.Rectangle GetImageRectangle( 
   System.Drawing.Rectangle rc,
   System.Drawing.Image img
)

パラメータ

rc
Cell rectangle.
img
Image to be displayed on the cell.

戻り値の型

A rectangle that represents the image portion of a cell, discounting the area taken up by the cell borders and padding.
参照

CellStyle クラス
CellStyle メンバ