C# Class ImageVisualizer.Helpers

Afficher le fichier Open project: Jaex/ImageVisualizer

Méthodes publiques

Méthode Description
CopyImage ( Image img ) : void
CreateCheckers ( int size, Color color1, Color color2 ) : Image
CreateCheckers ( int width, int height, Color color1, Color color2 ) : Image
DrawCheckers ( int width, int height ) : Image
GetFilenameExtension ( string filePath ) : string
GetImageFormat ( string filePath ) : ImageFormat
OpenURL ( string url ) : void
SaveImageAsFile ( Image img ) : string

Method Details

CopyImage() public static méthode

public static CopyImage ( Image img ) : void
img Image
Résultat void

CreateCheckers() public static méthode

public static CreateCheckers ( int size, Color color1, Color color2 ) : Image
size int
color1 Color
color2 Color
Résultat Image

CreateCheckers() public static méthode

public static CreateCheckers ( int width, int height, Color color1, Color color2 ) : Image
width int
height int
color1 Color
color2 Color
Résultat Image

DrawCheckers() public static méthode

public static DrawCheckers ( int width, int height ) : Image
width int
height int
Résultat Image

GetFilenameExtension() public static méthode

public static GetFilenameExtension ( string filePath ) : string
filePath string
Résultat string

GetImageFormat() public static méthode

public static GetImageFormat ( string filePath ) : ImageFormat
filePath string
Résultat System.Drawing.Imaging.ImageFormat

OpenURL() public static méthode

public static OpenURL ( string url ) : void
url string
Résultat void

SaveImageAsFile() public static méthode

public static SaveImageAsFile ( Image img ) : string
img Image
Résultat string