FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > PaintGrayAreaEventArgs クラス : PaintGrayAreaEventArgs コンストラクタ |
'Declaration
Public Function New( _ ByVal view As SpreadView, _ ByVal g As Graphics, _ ByVal drawRectangle As Rectangle _ )
'使用法
Dim view As SpreadView Dim g As Graphics Dim drawRectangle As Rectangle Dim instance As New PaintGrayAreaEventArgs(view, g, drawRectangle)
public PaintGrayAreaEventArgs( SpreadView view, Graphics g, Rectangle drawRectangle )