public void GetStartMidpointEndEllipseFraction(
out double startX,
out double startY,
out double midX,
out double midY,
out double endX,
out double endY,
out double ellipseFraction
)
public void GetStartMidpointEndEllipseFraction(
out double startX,
out double startY,
out double midX,
out double midY,
out double endX,
out double endY,
out double ellipseFraction
)
Public Sub GetStartMidpointEndEllipseFraction (
<OutAttribute> ByRef startX As Double,
<OutAttribute> ByRef startY As Double,
<OutAttribute> ByRef midX As Double,
<OutAttribute> ByRef midY As Double,
<OutAttribute> ByRef endX As Double,
<OutAttribute> ByRef endY As Double,
<OutAttribute> ByRef ellipseFraction As Double
)
Public Sub GetStartMidpointEndEllipseFraction (
<OutAttribute> ByRef startX As Double,
<OutAttribute> ByRef startY As Double,
<OutAttribute> ByRef midX As Double,
<OutAttribute> ByRef midY As Double,
<OutAttribute> ByRef endX As Double,
<OutAttribute> ByRef endY As Double,
<OutAttribute> ByRef ellipseFraction As Double
)
public:
void GetStartMidpointEndEllipseFraction(
[OutAttribute] double% startX,
[OutAttribute] double% startY,
[OutAttribute] double% midX,
[OutAttribute] double% midY,
[OutAttribute] double% endX,
[OutAttribute] double% endY,
[OutAttribute] double% ellipseFraction
)
public:
void GetStartMidpointEndEllipseFraction(
[OutAttribute] double% startX,
[OutAttribute] double% startY,
[OutAttribute] double% midX,
[OutAttribute] double% midY,
[OutAttribute] double% endX,
[OutAttribute] double% endY,
[OutAttribute] double% ellipseFraction
)