Method | Description | |
---|---|---|
ToDrawingPointF ( this p ) : System.Drawing.PointF |
Convert WPF point to drawing point
|
|
ToDrawingPointF ( this p ) : System.Windows.Point |
Convert drawing point to WPF point
|
public static ToDrawingPointF ( this p ) : System.Drawing.PointF | ||
p | this | WPF point |
return | System.Drawing.PointF |
public static ToDrawingPointF ( this p ) : System.Windows.Point | ||
p | this | Drawing Point |
return | System.Windows.Point |