ImageMagick.MontageSettings.NativeMontageSettings.SetFontPointsize C# (CSharp) Method

SetFontPointsize() public method

public SetFontPointsize ( double value ) : void
value double
return void
      public void SetFontPointsize(double value)
      {
        #if ANYCPU
        if (NativeLibrary.Is64Bit)
        #endif
        #if WIN64 || ANYCPU
        NativeMethods.X64.MontageSettings_SetFontPointsize(Instance, value);
        #endif
        #if ANYCPU
        else
        #endif
        #if !WIN64 || ANYCPU
        NativeMethods.X86.MontageSettings_SetFontPointsize(Instance, value);
        #endif
      }
      public void SetFrameGeometry(string value)