'Declaration Public Overloads Overrides Sub OnPaint( _ ByVal g As Graphics, _ ByVal rectInput As Rectangle _ )
'Declaration
Public Overloads Overrides Sub OnPaint( _ ByVal g As Graphics, _ ByVal rectInput As Rectangle _ )
'使用法 Dim instance As PSObject Dim g As Graphics Dim rectInput As Rectangle instance.OnPaint(g, rectInput)
'使用法
Dim instance As PSObject Dim g As Graphics Dim rectInput As Rectangle instance.OnPaint(g, rectInput)
public override void OnPaint( Graphics g, Rectangle rectInput )
PSObject クラス PSObject メンバ オーバーロード一覧
© 2004-2018, GrapeCity Inc. All rights reserved.