'Declaration Sub Paint( _ ByVal g As Graphics, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal rightToLeft As Boolean _ )
'使用法 Dim instance As IBorder2 Dim g As Graphics Dim x As Integer Dim y As Integer Dim width As Integer Dim height As Integer Dim rightToLeft As Boolean instance.Paint(g, x, y, width, height, rightToLeft)
void Paint( Graphics g, int x, int y, int width, int height, bool rightToLeft )
IBorder2 インタフェース IBorder2 メンバ
© 2004-2015, GrapeCity inc. All rights reserved.