[This is preliminary documentation and is subject to change.]
Fills homogeneous sub-area of this square with the specified value
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public void FillSubArea(
int left,
int top,
int width,
int height,
bool value
)
public void FillSubArea(
int left,
int top,
int width,
int height,
bool value
)
Public Sub FillSubArea (
left As Integer,
top As Integer,
width As Integer,
height As Integer,
value As Boolean
)
Public Sub FillSubArea (
left As Integer,
top As Integer,
width As Integer,
height As Integer,
value As Boolean
)
public:
void FillSubArea(
int left,
int top,
int width,
int height,
bool value
)
public:
void FillSubArea(
int left,
int top,
int width,
int height,
bool value
)
member FillSubArea :
left : int *
top : int *
width : int *
height : int *
value : bool -> unit
member FillSubArea :
left : int *
top : int *
width : int *
height : int *
value : bool -> unit