PowerTools SPREAD for Windows Forms 8.0J
PaintRangeGroupLine メソッド (FlatInterfaceRenderer)


Graphicsオブジェクト。
開始点。
終了点。
範囲グループの線を描画します。
構文
'Declaration
 
Public Sub PaintRangeGroupLine( _
   ByVal g As Graphics, _
   ByVal startPoint As Point, _
   ByVal endPoint As Point _
) 
'使用法
 
Dim instance As FlatInterfaceRenderer
Dim g As Graphics
Dim startPoint As Point
Dim endPoint As Point
 
instance.PaintRangeGroupLine(g, startPoint, endPoint)
public void PaintRangeGroupLine( 
   Graphics g,
   Point startPoint,
   Point endPoint
)

パラメータ

g
Graphicsオブジェクト。
startPoint
開始点。
endPoint
終了点。
参照

FlatInterfaceRenderer クラス
FlatInterfaceRenderer メンバ

 

 


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