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


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

パラメータ

g
グラフィックコンテキスト
rectangle
その内部に描画する矩形。
model
描画するチャートモデル。
backColor
背景色。
backgroundImg
背景画像。
backgroundImgLayout
背景画像のレイアウト。
参照

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

 

 


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