|  | ImageSpriteClone Method | 
Namespace: DigitalRune.Graphics
 Syntax
Syntax Remarks
RemarksSee class documentation of Sprite (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 Sprite derived class and CloneCore(Sprite) to create a copy of the current instance. Classes that derive from Sprite need to implement CreateInstanceCore and CloneCore(Sprite).
 See Also
See Also