C# Class Gu.Wpf.Geometry.Ellipse

Mostrar archivo Open project: JohanLarsson/Gu.Wpf.Geometry Class Usage Examples

Private Properties

Property Type Description
Contains bool
CreateFromSize Ellipse
Ellipse System
Ellipse System
Parse Ellipse
PointOnCircumference Point
RadiusInDirection double

Private Methods

Method Description
Contains ( Point p ) : bool
CreateFromSize ( Size renderSize ) : Ellipse
Ellipse ( Point centerPoint, double radiusX, double radiusY ) : System
Ellipse ( Rect rect ) : System
Parse ( string text ) : Ellipse
PointOnCircumference ( System.Windows.Vector directionFromCenter ) : Point
RadiusInDirection ( System.Windows.Vector directionFromCenter ) : double