C# 클래스 KeePassLib.Utility.GfxUtil

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

공개 메소드들

메소드 설명
LoadImage ( byte pb ) : Image
ScaleImage ( Image img, int w, int h ) : Image
ScaleImage ( Image img, int w, int h, ScaleTransformFlags f ) : Image

Resize an image.

ScaleTest ( Image vIcons ) : Image

비공개 메소드들

메소드 설명
AdjustScaleRects ( RectangleF &rSource, RectangleF &rDest ) : void
ExtractBestImageFromIco ( byte pb ) : Image
GetBitsPerPixel ( Android.Graphics.PixelFormat f ) : int
LoadImagePriv ( Stream s ) : Image
UnpackIco ( byte pb ) : List

메소드 상세

LoadImage() 공개 정적인 메소드

public static LoadImage ( byte pb ) : Image
pb byte
리턴 Image

ScaleImage() 공개 정적인 메소드

public static ScaleImage ( Image img, int w, int h ) : Image
img Image
w int
h int
리턴 Image

ScaleImage() 공개 정적인 메소드

Resize an image.
public static ScaleImage ( Image img, int w, int h, ScaleTransformFlags f ) : Image
img Image Image to resize.
w int Width of the returned image.
h int Height of the returned image.
f ScaleTransformFlags Flags to customize scaling behavior.
리턴 Image

ScaleTest() 공개 정적인 메소드

public static ScaleTest ( Image vIcons ) : Image
vIcons Image
리턴 Image