C# 클래스 FFImageLoading.Extensions.NSDataExtensions

파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
ToImage ( this data, CGSize destSize, nfloat destScale, RCTResizeMode resizeMode = RCTResizeMode.ScaleAspectFit, ImageInformation imageinformation = null ) : UIKit.UIImage

비공개 메소드들

메소드 설명
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

메소드 상세

ToImage() 공개 정적인 메소드

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
리턴 UIKit.UIImage