Example #1
0
 private Rectangle ApplyInverseMatrix(SKRect canvasRect)
 {
     return(ApplyInverseMatrix(canvasRect.ToFormsRect()));
 }