[]
        
(Showing Draft Content)

FarPoint.Win.BevelBorder.PaintLowered

PaintLowered Method

PaintLowered(Graphics, int, int, int, int)

Paints a lowered border inside the specified rectangle.

Declaration
public void PaintLowered(Graphics g, int x, int y, int width, int height)
Public Sub PaintLowered(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
Type Name Description
Graphics g

Graphics device interface

int x

X-coordinate for the top left corner

int y

Y-coordinate for the top left corner

int width

Width of the lowered border, in pixels

int height

Height of the lowered border, in pixels

PaintLowered(Graphics, int, int, int, int, bool)

Paints a lowered border inside the specified rectangle.

Declaration
public void PaintLowered(Graphics g, int x, int y, int width, int height, bool rightToLeft)
Public Sub PaintLowered(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer, rightToLeft As Boolean)
Parameters
Type Name Description
Graphics g

Graphics device interface

int x

X-coordinate for the top left corner

int y

Y-coordinate for the top left corner

int width

Width of the lowered border, in pixels

int height

Height of the lowered border, in pixels

bool rightToLeft

Whether to draw the border with a right-to-left orientation

PaintLowered(IBorderGraphics, float, float, float, float, bool)

Paints (prints) to PDF a lowered border inside the specified rectangle.

Declaration
public void PaintLowered(IBorderGraphics g, float x, float y, float width, float height, bool rightToLeft)
Public Sub PaintLowered(g As IBorderGraphics, x As Single, y As Single, width As Single, height As Single, rightToLeft As Boolean)
Parameters
Type Name Description
IBorderGraphics g

Graphics device interface

float x

X-coordinate for the top left corner

float y

Y-coordinate for the top left corner

float width

Width of the lowered border, in pixels

float height

Height of the lowered border, in pixels

bool rightToLeft

Whether to draw the border with a right-to-left orientation