| 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 = ""
)
Public Sub New (
srcImage As Image,
targetSize As Size,
Optional baseName As String = ""
)
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