C# 클래스 SenseNet.ContentRepository.ImageResizer

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
CreateCropedImageFile ( Stream originalStream, double x, double y, double q, ImageFormat outputFormat, SmoothingMode smoothingMode, InterpolationMode interpolationMode, PixelOffsetMode pixelOffsetMode, double verticalDiff, double horizontalDiff ) : Stream
CreateResizedImageFile ( Stream originalStream, double x, double y, double q ) : Stream
CreateResizedImageFile ( Stream originalStream, double x, double y, double q, ImageFormat outputFormat ) : Stream
CreateResizedImageFile ( Stream originalStream, double x, double y, double q, bool allowStretching ) : Stream
CreateResizedImageFile ( Stream originalStream, double x, double y, double q, bool allowStretching, ImageFormat outputFormat ) : Stream
CreateResizedImageFile ( Stream originalStream, double x, double y, double q, bool allowStretching, ImageFormat outputFormat, SmoothingMode smoothingMode, InterpolationMode interpolationMode, PixelOffsetMode pixelOffsetMode ) : Stream

비공개 메소드들

메소드 설명
GetRealXY ( double imgX, double imgY, double targetX, double targetY, double &realX, double &realY ) : void
IsPortrait ( long X, long Y ) : bool

메소드 상세

CreateCropedImageFile() 공개 정적인 메소드

public static CreateCropedImageFile ( Stream originalStream, double x, double y, double q, ImageFormat outputFormat, SmoothingMode smoothingMode, InterpolationMode interpolationMode, PixelOffsetMode pixelOffsetMode, double verticalDiff, double horizontalDiff ) : Stream
originalStream System.IO.Stream
x double
y double
q double
outputFormat System.Drawing.Imaging.ImageFormat
smoothingMode SmoothingMode
interpolationMode InterpolationMode
pixelOffsetMode PixelOffsetMode
verticalDiff double
horizontalDiff double
리턴 System.IO.Stream

CreateResizedImageFile() 공개 정적인 메소드

public static CreateResizedImageFile ( Stream originalStream, double x, double y, double q ) : Stream
originalStream System.IO.Stream
x double
y double
q double
리턴 System.IO.Stream

CreateResizedImageFile() 공개 정적인 메소드

public static CreateResizedImageFile ( Stream originalStream, double x, double y, double q, ImageFormat outputFormat ) : Stream
originalStream System.IO.Stream
x double
y double
q double
outputFormat System.Drawing.Imaging.ImageFormat
리턴 System.IO.Stream

CreateResizedImageFile() 공개 정적인 메소드

public static CreateResizedImageFile ( Stream originalStream, double x, double y, double q, bool allowStretching ) : Stream
originalStream System.IO.Stream
x double
y double
q double
allowStretching bool
리턴 System.IO.Stream

CreateResizedImageFile() 공개 정적인 메소드

public static CreateResizedImageFile ( Stream originalStream, double x, double y, double q, bool allowStretching, ImageFormat outputFormat ) : Stream
originalStream System.IO.Stream
x double
y double
q double
allowStretching bool
outputFormat System.Drawing.Imaging.ImageFormat
리턴 System.IO.Stream

CreateResizedImageFile() 공개 정적인 메소드

public static CreateResizedImageFile ( Stream originalStream, double x, double y, double q, bool allowStretching, ImageFormat outputFormat, SmoothingMode smoothingMode, InterpolationMode interpolationMode, PixelOffsetMode pixelOffsetMode ) : Stream
originalStream System.IO.Stream
x double
y double
q double
allowStretching bool
outputFormat System.Drawing.Imaging.ImageFormat
smoothingMode SmoothingMode
interpolationMode InterpolationMode
pixelOffsetMode PixelOffsetMode
리턴 System.IO.Stream