| IconSizeInfoCreateFileName Method |
Generates the file name for the icon
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 static string CreateFileName(
string baseName,
Size targetSize
)
Public Shared Function CreateFileName (
baseName As String,
targetSize As Size
) As String
Parameters
- baseName
- Type: SystemString
Base name for the icon - targetSize
- Type: System.DrawingSize
Required icon size
Return Value
Type:
StringSuggested file name
See Also