IGraphicsDevice - ahatornn/clforms GitHub Wiki
ClForms.Abstractions.Engine.IGraphicsDevice
Defines the value of T at a drawing context point
public interface IGraphicsDevice<out T>| Name | Type | Description |
|---|---|---|
| this[int colIndex, int rowIndex] | T | Defines a value at a point based on the coordinates |
| this[Point point] | T | Defines a value at a point based on the Point |