Table of Contents

Property PixelHeight

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll

PixelHeight

Gets or sets the pixel height of the rendered drawing.

public int PixelHeight { get; set; }

Property Value

int

The height of the rendered drawing in pixels. The default is -1, not set.

Remarks

This, together with a valid PixelWidth value, may defined a bounding box around the rendered drawing to constrain its bounds. Only effective where static images are required.