Click or drag to resize

EllipseToMetafileCommandCalculatePerimeter Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.EllipseToMetafileCommand.CalculatePerimeter(System.Double,System.Double)"]


Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public double CalculatePerimeter(
	double a,
	double b
)

Parameters

a  Double

[Missing <param name="a"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.EllipseToMetafileCommand.CalculatePerimeter(System.Double,System.Double)"]

b  Double

[Missing <param name="b"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.EllipseToMetafileCommand.CalculatePerimeter(System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.EllipseToMetafileCommand.CalculatePerimeter(System.Double,System.Double)"]

See Also