C# Class Gu.Wpf.Geometry.PointExt

Datei anzeigen Open project: JohanLarsson/Gu.Wpf.Geometry Class Usage Examples

Private Methods

Method Description
Closest ( this self, Line l1, Line l2 ) : Line
Closest ( this self, Line l1, Line l2, Line l3, Line l4 ) : Line
Closest ( this self, Point p1, Point p2 ) : Point
Closest ( this self, Point p1, Point p2, Point p3, Point p4 ) : Point
ClosestPointOn ( this self, Line l ) : Point
DistanceTo ( this self, Line other ) : double
DistanceTo ( this self, Point other ) : double
LineTo ( this self, Point other ) : Line
MidPoint ( Point p1, Point p2 ) : Point
Round ( this self, int digits ) : Point
ToScreen ( this self, UIElement element ) : Point
ToString ( this self, string format = "F1" ) : string
TrimToLine ( this self, Line l ) : Point?
VectorTo ( this self, Point other ) : System.Windows.Vector
VectorToTangent ( this self, Circle circle, Sign rotationDirection ) : System.Windows.Vector
WithOffset ( this self, System.Windows.Vector direction, double distance ) : Point
WithOffset ( this self, double x, double y ) : Point