Table of Contents

Property ViewBoxTransform

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

ViewBoxTransform

This function is super useful, calculates out the transformation matrix (i.e., scale and translate) of the viewport to user space.

public ISvgMatrix ViewBoxTransform { get; }

Property Value

ISvgMatrix

A Matrix which has the translate and scale portions set.