Click or drag to resize

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
)

Parameters

baseName
Type: SystemString
Base name for the icon
targetSize
Type: System.DrawingSize
Required icon size

Return Value

Type: String
Suggested file name
See Also