CSharpGL.GlyphInfo.Clone C# (CSharp) Méthode

Clone() public méthode

clone this object.
public Clone ( ) : object
Résultat object
        public object Clone()
        {
            return this.MemberwiseClone();
        }