Check out example codes for "zoom inkcanvas". It will help you in understanding the concepts better.
Code Example 1
<ScrollViewer x:Name="scrollViewer" ZoomMode="Enabled" MinZoomFactor="1" VerticalScrollMode="Enabled" VerticalScrollBarVisibility="Auto" HorizontalScrollMode="Enabled" HorizontalScrollBarVisibility="Auto">
<Grid x:Name="outputGrid" Background="{ThemeResource SystemControlBackgroundChromeWhiteBrush}" Height="Auto">
<InkCanvas x:Name="inkCanvas"/>
</Grid>
</ScrollViewer>
Learn ReactJs, React Native from akashmittal.com