[]
        
(Showing Draft Content)

FarPoint.Win.Inset.-ctor

Inset Constructor

Inset(int, int, int, int)

Creates an inset with specified four sides.

Declaration
public Inset(int leftInset, int topInset, int rightInset, int bottomInset)
Public Sub New(leftInset As Integer, topInset As Integer, rightInset As Integer, bottomInset As Integer)
Parameters
Type Name Description
int leftInset
int topInset
int rightInset
int bottomInset

Inset(int, int)

Creates an inset with specified x and y.

Declaration
public Inset(int xInset, int yInset)
Public Sub New(xInset As Integer, yInset As Integer)
Parameters
Type Name Description
int xInset
int yInset

Inset(int)

Creates an inset with specified side.

Declaration
public Inset(int sideInset)
Public Sub New(sideInset As Integer)
Parameters
Type Name Description
int sideInset