Click or drag to resize

Ellipse3DEvaluate2DEllipseAt Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.Evaluate2DEllipseAt(System.Windows.Point,System.Double,System.Double,System.Double,System.Double)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static Point Evaluate2DEllipseAt(
	Point center,
	double width,
	double height,
	double angle_rotation,
	double t
)

Parameters

center  Point

[Missing <param name="center"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.Evaluate2DEllipseAt(System.Windows.Point,System.Double,System.Double,System.Double,System.Double)"]

width  Double

[Missing <param name="width"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.Evaluate2DEllipseAt(System.Windows.Point,System.Double,System.Double,System.Double,System.Double)"]

height  Double

[Missing <param name="height"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.Evaluate2DEllipseAt(System.Windows.Point,System.Double,System.Double,System.Double,System.Double)"]

angle_rotation  Double

[Missing <param name="angle_rotation"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.Evaluate2DEllipseAt(System.Windows.Point,System.Double,System.Double,System.Double,System.Double)"]

t  Double

[Missing <param name="t"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.Evaluate2DEllipseAt(System.Windows.Point,System.Double,System.Double,System.Double,System.Double)"]

Return Value

Point

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Ellipse3D.Evaluate2DEllipseAt(System.Windows.Point,System.Double,System.Double,System.Double,System.Double)"]

See Also