RectExtensions Class

CVB.Net Documentation
Extension methods for the Rect.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.WpfRectExtensions

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

public static class RectExtensions

The RectExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberContains(Rect, Point)
Check if a point is located inside this Rect.
Public methodStatic memberContains(RectD, Point)
Check if a point is located inside this Rect.
Public methodStatic memberGetRectPos
Check the location in/out of this Rect.
Public methodStatic memberToCvbRectD
Converts the given rect into a RectD.
Public methodStatic memberToWindowsRect(Rect)
Creates a Rect from this rectangle.
Public methodStatic memberToWindowsRect(RectD)
Creates a Rect from this rectangle.
Top
See Also

Reference