PdfSharp.Fonts.TrueType.TrueTypeFontTable.Clone C# (CSharp) Method

Clone() public method

Creates a deep copy of the current instance.
public Clone ( ) : object
return object
    public object Clone()
    {
      return DeepCopy();
    }