Pcd8544.DrawPoint 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.
Overloads
DrawPoint(Point, Boolean) |
Draw a point |
DrawPoint(Int32, Int32, Boolean) |
Draw a point |
DrawPoint(Point, Boolean) |
Draw a point |
DrawPoint(Point, Boolean)
Draw a point
public bool DrawPoint (System.Drawing.Point point, bool isOn);
member this.DrawPoint : System.Drawing.Point * bool -> bool
Public Function DrawPoint (point As Point, isOn As Boolean) As Boolean
Parameters
- point
- Point
The point to draw.
- isOn
- Boolean
True if the point has pixels on, false for off.
Returns
Applies to
DrawPoint(Int32, Int32, Boolean)
Draw a point
public bool DrawPoint (int x, int y, bool isOn);
member this.DrawPoint : int * int * bool -> bool
Public Function DrawPoint (x As Integer, y As Integer, isOn As Boolean) As Boolean
Parameters
- x
- Int32
The X coordinate.
- y
- Int32
The Y coordinate.
- isOn
- Boolean
True if the point has pixels on, false for off.
Returns
True if success
Applies to
DrawPoint(Point, Boolean)
Draw a point
public bool DrawPoint (SixLabors.ImageSharp.Point point, bool isOn);
member this.DrawPoint : SixLabors.ImageSharp.Point * bool -> bool
Public Function DrawPoint (point As Point, isOn As Boolean) As Boolean
Parameters
- point
- SixLabors.ImageSharp.Point
The point to draw.
- isOn
- Boolean
True if the point has pixels on, false for off.