Breakout11x7.GetLedAddress(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the hardware location for the pixel.
public override int GetLedAddress (int x, int y);
override this.GetLedAddress : int * int -> int
Public Overrides Function GetLedAddress (x As Integer, y As Integer) As Integer
Parameters
- x
- Int32
Specifies the x value.
- y
- Int32
Specifies the y value.