ImageMagick.ChannelPerceptualHash.NativeChannelPerceptualHash.NativeChannelPerceptualHash C# (CSharp) Method

NativeChannelPerceptualHash() public method

public NativeChannelPerceptualHash ( IntPtr instance ) : System
instance System.IntPtr
return System
      public NativeChannelPerceptualHash(IntPtr instance)
      {
        Instance = instance;
      }
      protected override string TypeName
ChannelPerceptualHash.NativeChannelPerceptualHash