LensFlareClone Method |
Namespace: DigitalRune.Graphics
See class documentation of LensFlare (Section "Cloning") for more information about cloning.
Notes to Inheritors: The method Clone calls CreateInstanceCore which is responsible for creating a new instance of the LensFlare derived class and CloneCore(LensFlare) to create a copy of the current instance. Classes that derive from LensFlare need to implement CreateInstanceCore and CloneCore(LensFlare).