예제 #1
0
 private void RefreshLayout(float scale, float centerX, float centerY)
 {
     ImageMatrix.SetScale(scale, scale);
     ImageMatrix.PostTranslate(centerX, centerY);
     ImageMatrix = ImageMatrix;
     Invalidate();
 }