FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > BevelBorder クラス > Paint メソッド : Paint(IBorderGraphics,Single,Single,Single,Single,Boolean) メソッド |
'Declaration Public Overloads Sub Paint( _ ByVal g As IBorderGraphics, _ ByVal x As Single, _ ByVal y As Single, _ ByVal width As Single, _ ByVal height As Single, _ ByVal rightToLeft As Boolean _ )
'使用法 Dim instance As BevelBorder Dim g As IBorderGraphics Dim x As Single Dim y As Single Dim width As Single Dim height As Single Dim rightToLeft As Boolean instance.Paint(g, x, y, width, height, rightToLeft)