Method Reset
Reset(Double, Double, Double)
Expert: Resets the state of this shape given the arguments. This is a performance feature to avoid excessive IShape object allocation as well as some argument error checking. Mutable shapes is error-prone so use with care.
Declaration
void Reset(double x, double y, double radiusDEG)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | |
System.Double | y | |
System.Double | radiusDEG |