FogClone Method |
Namespace: DigitalRune.Graphics
Notes to Inheritors: The method Clone calls CreateInstanceCore which is responsible for creating a new instance of the Fog derived class and CloneCore(Fog) to create a copy of the current instance. Classes that derive from Fog need to implement CreateInstanceCore and CloneCore(Fog).