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