[This is preliminary documentation and is subject to change.]
Namespace: NFX.Media.GraphicsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void FillRect(
int x,
int y,
int width,
int height,
Brush brush
)
public void FillRect(
int x,
int y,
int width,
int height,
Brush brush
)
Public Sub FillRect (
x As Integer,
y As Integer,
width As Integer,
height As Integer,
brush As Brush
)
Public Sub FillRect (
x As Integer,
y As Integer,
width As Integer,
height As Integer,
brush As Brush
)
public:
void FillRect(
int x,
int y,
int width,
int height,
Brush^ brush
)
public:
void FillRect(
int x,
int y,
int width,
int height,
Brush^ brush
)
member FillRect :
x : int *
y : int *
width : int *
height : int *
brush : Brush -> unit
member FillRect :
x : int *
y : int *
width : int *
height : int *
brush : Brush -> unit