GrapeCity SPREAD for Windows Forms 11.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)

パラメータ

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

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.