Browse Source

fix typo

af/merge-core
Anton Firszov 9 years ago
parent
commit
447ce35be8
  1. 2
      samples/AvatarWithRoundedCorner/Program.cs

2
samples/AvatarWithRoundedCorner/Program.cs

@ -54,7 +54,7 @@ namespace AvatarWithRoundedCorner
}
// 2. A more verbose way, avoiding 'Apply()':
// First we create a resized clone of the image, then we draw the corners on that that instance it with Mutate().
// First we create a resized clone of the image, then we draw the corners on that instance with Mutate().
private static Image<Rgba32> CloneAndConvertToAvatarWithoutApply(this Image<Rgba32> image, Size size, float cornerRadius)
{
Image<Rgba32> result = image.Clone(

Loading…
Cancel
Save