'Declaration Sub Paint( _ ByVal g As Graphics, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ )
'Declaration
Sub Paint( _ ByVal g As Graphics, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer _ )
'使用法 Dim instance As IBorder Dim g As Graphics Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer instance.Paint(g, x, y, width, height)
'使用法
Dim instance As IBorder Dim g As Graphics Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer instance.Paint(g, x, y, width, height)
void Paint( Graphics g, int x, int y, int width, int height )
IBorder インタフェース IBorder メンバ
Copyright © 2004 GrapeCity inc.