Property Height
Height
Gets the height of the drawing surface in pixels.
public int Height { get; }
Property Value
Examples
var canvas = new Canvas(image);
int h = canvas.Height; // same as image.Height
Gets the height of the drawing surface in pixels.
public int Height { get; }
var canvas = new Canvas(image);
int h = canvas.Height; // same as image.Height