Table of Contents

Property Width

Namespace
LMKit.Graphics.Drawing
Assembly
LM-Kit.NET.dll

Width

Gets the width of the drawing surface in pixels.

public int Width { get; }

Property Value

int

Examples

var canvas = new Canvas(image);
int w = canvas.Width; // same as image.Width