Table of Contents

Property PixelWidth

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

PixelWidth

Gets or sets the pixel width of the rendered drawing.

public int PixelWidth { get; set; }

Property Value

int

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

Remarks

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