Click or drag to resize

IconSizeInfo Constructor

Icon size constructor with source image, target size and optional base name

Namespace:  CodeStack.SwEx.Common.Icons
Assembly:  CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax
public IconSizeInfo(
	Image srcImage,
	Size targetSize,
	string baseName = ""
)

Parameters

srcImage
Type: System.DrawingImage
Source image
targetSize
Type: System.DrawingSize
Target size of the image
baseName (Optional)
Type: SystemString
Base name of the image
See Also