CSharpGL.GlyphInfo.Clone C# (CSharp) Method

Clone() public method

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