public static ImageSource GenerateSymbolPreview( StyleItem styleItem, CIMColor highlightColor, int patchHeight, int patchWidth )
Public Shared Function GenerateSymbolPreview( _ ByVal styleItem As StyleItem, _ ByVal highlightColor As CIMColor, _ ByVal patchHeight As Integer, _ ByVal patchWidth As Integer _ ) As ImageSource
Parameters
- styleItem
- The symbol style item for which the preview image has to be created.
- highlightColor
- The highlight color to apply
- patchHeight
- The height of the preview image to be created.
- patchWidth
- The width of the preview image to be created.
Return Value
The highlighted preview image for the style item.