C# Class CodeTV.Utils

ファイルを表示 Open project: dgis/CodeTV

Public Methods

Method Description
ResizeImage ( Image image, int newWidth, int newHeight, bool highQuality ) : Image

Private Methods

Method Description
GetCapture ( ) : IntPtr

Method Details

ResizeImage() public static method

public static ResizeImage ( Image image, int newWidth, int newHeight, bool highQuality ) : Image
image Image
newWidth int
newHeight int
highQuality bool
return Image