Table of Contents

Property Height

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

Height

Gets the height of the drawing surface in pixels.

public int Height { get; }

Property Value

int

Examples

var canvas = new Canvas(image);
int h = canvas.Height; // same as image.Height