[This is preliminary documentation and is subject to change.]
Provides access to bit values by X,Y matric coordinates
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public override bool this[
int x,
int y
] { get; set; }
public override bool this[
int x,
int y
] { get; set; }
Public Overrides Default Property Item (
x As Integer,
y As Integer
) As Boolean
Get
Set
Public Overrides Default Property Item (
x As Integer,
y As Integer
) As Boolean
Get
Set
public:
virtual property bool default[int x, int y] {
bool get (int x, int y) override;
void set (int x, int y, bool value) override;
}
public:
virtual property bool default[int x, int y] {
bool get (int x, int y) override;
void set (int x, int y, bool value) override;
}
abstract Item : bool with get, set
override Item : bool with get, set
abstract Item : bool with get, set
override Item : bool with get, set
Property Value
Type:
Boolean