FarPoint.Win アセンブリ > FarPoint.Win 名前空間 > IBorderRotationSupport インタフェース : Paint メソッド |
'Declaration
Sub Paint( _ ByVal g As Graphics, _ ByVal topleft As Point, _ ByVal bottomLeft As Point, _ ByVal bottomRight As Point, _ ByVal topRight As Point, _ ByVal rightToLeft As Boolean, _ ByVal paintTop As Boolean, _ ByVal paintBottom As Boolean, _ ByVal paintRight As Boolean, _ ByVal paintLeft As Boolean, _ ByVal diagonalUpDownPainting As Boolean, _ ByVal xCross As Integer, _ ByVal yCross As Integer, _ ByVal widthCross As Integer, _ ByVal heightCross As Integer _ )
void Paint( Graphics g, Point topleft, Point bottomLeft, Point bottomRight, Point topRight, bool rightToLeft, bool paintTop, bool paintBottom, bool paintRight, bool paintLeft, bool diagonalUpDownPainting, int xCross, int yCross, int widthCross, int heightCross )