C# Class FFImageLoading.Extensions.NSDataExtensions

Datei anzeigen Open project: daniel-luberda/FFImageLoading

Public Methods

Method Description
ToImage ( this data, CGSize destSize, nfloat destScale, RCTResizeMode resizeMode = RCTResizeMode.ScaleAspectFit, ImageInformation imageinformation = null ) : UIKit.UIImage

Private Methods

Method Description
RCTCeilSize ( CGSize size, nfloat scale ) : CGSize
RCTCeilValue ( nfloat value, nfloat scale ) : nfloat
RCTFloorValue ( nfloat value, nfloat scale ) : nfloat
RCTSizeInPixels ( CGSize pointSize, nfloat scale ) : CGSize
RCTTargetRect ( CGSize sourceSize, CGSize destSize, nfloat destScale, RCTResizeMode resizeMode ) : CGRect
RCTTargetSize ( CGSize sourceSize, nfloat sourceScale, CGSize destSize, nfloat destScale, RCTResizeMode resizeMode, bool allowUpscaling ) : CGSize

Method Details

ToImage() public static method

public static ToImage ( this data, CGSize destSize, nfloat destScale, RCTResizeMode resizeMode = RCTResizeMode.ScaleAspectFit, ImageInformation imageinformation = null ) : UIKit.UIImage
data this
destSize CGSize
destScale nfloat
resizeMode RCTResizeMode
imageinformation ImageInformation
return UIKit.UIImage