PowerTools SPREAD for Windows Forms 8.0J
Paint(Graphics,RectangleF,ChartModel) メソッド


グラフィックコンテキスト
その内部に描画する矩形。
描画するチャートモデル。
OpenGLレンダリングを使用してチャートモデルの3D表示をレンダリングします。
構文
'Declaration
 
Public Overloads Sub Paint( _
   ByVal g As Graphics, _
   ByVal rectangle As RectangleF, _
   ByVal model As ChartModel _
) 
'使用法
 
Dim instance As Chart3DRenderer
Dim g As Graphics
Dim rectangle As RectangleF
Dim model As ChartModel
 
instance.Paint(g, rectangle, model)
public void Paint( 
   Graphics g,
   RectangleF rectangle,
   ChartModel model
)

パラメータ

g
グラフィックコンテキスト
rectangle
その内部に描画する矩形。
model
描画するチャートモデル。
参照

Chart3DRenderer クラス
Chart3DRenderer メンバ
オーバーロード一覧

 

 


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