C# Class Cirrious.MvvmCross.Plugins.PictureChooser.MvxPictureDimensionHelper

Show file Open project: Everbridge/sm-MvvmCross

Public Methods

Method Description
TargetWidthAndHeight ( int maxPixelDimension, int currentWidth, int currentHeight, int &targetWidth, int &targetHeight ) : void

Method Details

TargetWidthAndHeight() public static method

public static TargetWidthAndHeight ( int maxPixelDimension, int currentWidth, int currentHeight, int &targetWidth, int &targetHeight ) : void
maxPixelDimension int
currentWidth int
currentHeight int
targetWidth int
targetHeight int
return void