ActivEarth.Account.EditProfile.resizeIcon C# (CSharp) Method

resizeIcon() private method

Creates an image of size "icon".
private resizeIcon ( string originalPath, int userID ) : void
originalPath string The full path to the original image.
userID int The ID of the user to generate the icon for.
return void
        private void resizeIcon(string originalPath, int userID)
        {
            createSquarePhotoSize(originalPath, "icon", userID, 150);
        }