IGraphicsDevice - ahatornn/clforms GitHub Wiki

IGraphicsDevice

ClForms.Abstractions.Engine.IGraphicsDevice
Defines the value of T at a drawing context point

public interface IGraphicsDevice<out T>

Properties

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
⚠️ **GitHub.com Fallback** ⚠️