Свойство | Type | Description | |
---|---|---|---|
SqrtOf2 | Double |
Méthode | Description | |
---|---|---|
GetCircleSegment ( Point center, Double radius, Double angleRadians ) : System.Windows.Media.PathGeometry | ||
GetCurveThroughPoints ( IList |
||
GetDiamond ( System center, Double halfWidth ) : System.Windows.Media.PathGeometry | ||
GetPathGeometryFromPoints ( System startPoint ) : System.Windows.Media.PathGeometry | ||
GetQuadraticBezierCurve ( Point startPoint, Point endPoint, Point controlPoint ) : System.Windows.Media.PathGeometry | ||
GetRoundedX ( Point center, Double halfWidth ) : System.Windows.Media.PathGeometry | ||
GetTaperedDiamond ( Point center, Double halfWidth ) : System.Windows.Media.PathGeometry | ||
GetTriangle ( System center, Double halfWidth ) : System.Windows.Media.PathGeometry | ||
ReverseQuadraticBezierCurve ( System.Windows.Media.PathGeometry quadraticBezierCurve ) : System.Windows.Media.PathGeometry |
Méthode | Description | |
---|---|---|
AddPointsToPolyLineSegment ( System.Windows.Media.PolyLineSegment oPolyLineSegment, Point oPoint0, Point oPoint1, Point oPoint2, Point oPoint3, Double dTension, Double dTolerance ) : void | ||
GetPathGeometryFromPathSegments ( Point oStartPoint, System.Boolean bPathFigureIsFilled ) : System.Windows.Media.PathGeometry |
public static GetCircleSegment ( Point center, Double radius, Double angleRadians ) : System.Windows.Media.PathGeometry | ||
center | Point | |
radius | Double | |
angleRadians | Double | |
Résultat | System.Windows.Media.PathGeometry |
public static GetCurveThroughPoints ( IList |
||
points | IList |
|
tension | Double | |
tolerance | Double | |
Résultat | System.Windows.Media.PathGeometry |
public static GetDiamond ( System center, Double halfWidth ) : System.Windows.Media.PathGeometry | ||
center | System | |
halfWidth | Double | |
Résultat | System.Windows.Media.PathGeometry |
public static GetPathGeometryFromPoints ( System startPoint ) : System.Windows.Media.PathGeometry | ||
startPoint | System | |
Résultat | System.Windows.Media.PathGeometry |
public static GetQuadraticBezierCurve ( Point startPoint, Point endPoint, Point controlPoint ) : System.Windows.Media.PathGeometry | ||
startPoint | Point | |
endPoint | Point | |
controlPoint | Point | |
Résultat | System.Windows.Media.PathGeometry |
public static GetRoundedX ( Point center, Double halfWidth ) : System.Windows.Media.PathGeometry | ||
center | Point | |
halfWidth | Double | |
Résultat | System.Windows.Media.PathGeometry |
public static GetTaperedDiamond ( Point center, Double halfWidth ) : System.Windows.Media.PathGeometry | ||
center | Point | |
halfWidth | Double | |
Résultat | System.Windows.Media.PathGeometry |
public static GetTriangle ( System center, Double halfWidth ) : System.Windows.Media.PathGeometry | ||
center | System | |
halfWidth | Double | |
Résultat | System.Windows.Media.PathGeometry |
public static ReverseQuadraticBezierCurve ( System.Windows.Media.PathGeometry quadraticBezierCurve ) : System.Windows.Media.PathGeometry | ||
quadraticBezierCurve | System.Windows.Media.PathGeometry | |
Résultat | System.Windows.Media.PathGeometry |