C# (CSharp) ScreenToGif.Util.Converters Namespace

Classes

Name Description
AlphaToOpacity Converts the Alpha value to a Opacity Double and vice-versa.
BoolToInt Bool to Int property converter. It compares the the parameter with the provided value.
BytesToSize
ColorOrTransparent
ColorToAlpha Gets the Color given by the binding engine and sets the given alpha value (as hexadecimal).
ColorToBrush Converts the System.Drawing.Color to a WPF Brush.
CountToBool True only if Count > 0.
DoubleTimesAHundredToInt
DoubleToInt Simple Double-Int32 converter.
DoubleToPercentage Converts a Double value to a String representation of a percentage. 100 %
DoubleToPositionSize
DoubleToThickness
FontToSupportedGliph
IntToDecimal Converts 100 to 1,0.
IntToDelayString Converts a Integer to a String formated as Delay (Example: 1 ms)
IntToRect
IntToString
InvertedBool
InvertedBoolToVisibility The inverted BoolToVisibility converter.
InvertedVisibility
KeysToString
MaximumValue MaximumValue MultiValueConverter. [0]: Minimum based on itself. [1]: Maximum based on another control. [2]: Offset (It's used as Maximum - Offset).
MultiLineTitle
PathToFilename
RoutedCommandToInputGestureTextConverter
SelectionToDrawingAttributes
SelectionToEditingMode
SelectionToStylusShape
ShortcutSelection Keyboard shortcut to Combobox index selection.
SourceToSize
StageToButtonString
StageToCanvas
StringToInt Converts a String to Int32 and vice-versa.
StylusTipToBool
TagToSelection Tag to Selection property converter. It compares the the parameter with the provided value.
UriToBitmap URI to BitmapImage converter.