PowerTools SPREAD for Windows Forms 8.0J
PaintEnhancedConditionalFormat メソッド (ITextOrientationSupport2)


セルを描画するためのグラフィックデバイスインタフェース。
描画する元の境界矩形。
描画設定を指定するApperarance
レンダラーコントロールの名前を含むオブジェクト。
セルが選択された状態にある場合は true
セルがロックされた状態にある場合は true
レンダラーコントロールの表示倍率を表す数値。
追加のレンダラー設定。
描画する境界矩形。
trueに設定した場合、セルは斜め罫線付きのセルとして描画されます。
extraRendererSettingsで描画を拡張します。
構文
'Declaration
 
Function PaintEnhancedConditionalFormat( _
   ByVal g As Graphics, _
   ByVal r As Rectangle, _
   ByVal appearance As Appearance, _
   ByVal value As Object, _
   ByVal isSelected As Boolean, _
   ByVal isLocked As Boolean, _
   ByVal zoomFactor As Single, _
   ByVal extraRendererSettings As ExtraRendererSettings, _
   ByRef rText As RectangleF, _
   ByVal diagonalLine As Boolean _
) As Boolean
'使用法
 
Dim instance As ITextOrientationSupport2
Dim g As Graphics
Dim r As Rectangle
Dim appearance As Appearance
Dim value As Object
Dim isSelected As Boolean
Dim isLocked As Boolean
Dim zoomFactor As Single
Dim extraRendererSettings As ExtraRendererSettings
Dim rText As RectangleF
Dim diagonalLine As Boolean
Dim value As Boolean
 
value = instance.PaintEnhancedConditionalFormat(g, r, appearance, value, isSelected, isLocked, zoomFactor, extraRendererSettings, rText, diagonalLine)
bool PaintEnhancedConditionalFormat( 
   Graphics g,
   Rectangle r,
   Appearance appearance,
   object value,
   bool isSelected,
   bool isLocked,
   float zoomFactor,
   ExtraRendererSettings extraRendererSettings,
   ref RectangleF rText,
   bool diagonalLine
)

パラメータ

g
セルを描画するためのグラフィックデバイスインタフェース。
r
描画する元の境界矩形。
appearance
描画設定を指定するApperarance
value
レンダラーコントロールの名前を含むオブジェクト。
isSelected
セルが選択された状態にある場合は true
isLocked
セルがロックされた状態にある場合は true
zoomFactor
レンダラーコントロールの表示倍率を表す数値。
extraRendererSettings
追加のレンダラー設定。
rText
描画する境界矩形。
diagonalLine
trueに設定した場合、セルは斜め罫線付きのセルとして描画されます。
参照

ITextOrientationSupport2 インタフェース
ITextOrientationSupport2 メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.