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