praeclarum / NGraphics

NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
MIT License
710 stars 133 forks source link

Scale canvas independently on x- and y-axis #17

Open dtaylorus opened 9 years ago

dtaylorus commented 9 years ago

Request that Canvas.Scale optionally take separate x and y values.

praeclarum commented 9 years ago

Scale is a DPI scale thing only meant for images - should probably be renamed to ImageScale.

It should only show up on ImageCanvas

Scaling a canvas can be done with the transform ops.