MiscExtensions Class

CVB.Net Documentation
Collection of miscellaneous extension methods that did not fit in anywhere else. Image.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.WpfMiscExtensions

Namespace:  Stemmer.Cvb.Wpf
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public static class MiscExtensions

The MiscExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberLength
Calculate the length of a vector defined through a Point object.
Public methodStatic memberRemoveAllT
Remove all elements of a given type from an item collection.
Public methodStatic memberToChar
Convert a key state into a printable character.
Public methodStatic memberToCursor
Gets an appropriate cursor object depending on border location.
Public methodStatic memberToCvbSize
Convert a Size to a Forms Size2D.
Public methodStatic memberToDrawingSize
Convert a Size to a Forms Size.
Public methodStatic memberToGdiColor
Convert a WPF color to a GDI color.
Public methodStatic memberToPointD
Point conversion.
Public methodStatic memberToWpfColor
Convert a GDI color to a WPF color.
Public methodStatic memberToWpfSize(Size)
Convert a Size to a WPF Size.
Public methodStatic memberToWpfSize(Size2D)
Convert a Size2D to a WPF Size.
Top
See Also

Reference