Click or drag to resize
DigitalRunePerspectiveProjectionCloneCore Method
Makes the instance a clone (deep copy) of the specified Projection.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override void CloneCore(
	Projection source
)

Parameters

source
Type: DigitalRune.GraphicsProjection
The object to clone.
Remarks
Notes to Inheritors: Every Projection derived class must implement this method.
See Also