Property this
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
this[int, int]
Gets or sets the pixel value at the requested offset.
public ColorBgra this[int x, int y] { get; set; }
Parameters
Property Value
Remarks
This property is implemented with correctness and error checking in mind. If performance is a concern, do not use it.
this[Point]
Gets or sets the pixel value at the requested offset.
public ColorBgra this[Point pt] { get; set; }
Parameters
pt
Point
Property Value
Remarks
This property is implemented with correctness and error checking in mind. If performance is a concern, do not use it.