BitmapImage.Item[Int32, Int32] Property
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.
Accesses the pixel at the given position
C#
public System.Drawing.Color this[int x, int y] { get; set; }
member this.Item(int * int) : System.Drawing.Color with get, set
Default Public Property Item(x As Integer, y As Integer) As Color
- x
- Int32
Pixel X position
- y
- Int32
Pixel Y position
Produkt | Verzie |
---|---|
.NET IoT Libraries | 2.2.0 |