浏览代码

fix comment.

Ugochukwu Mmaduekwe 6 年之前
父节点
当前提交
e25295d820
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      QRCodeGenLib/src/Interfaces/QlpIQrCode.pas
  2. 2 2
      QRCodeGenLib/src/QRCodeGen/QlpQrCode.pas

+ 2 - 2
QRCodeGenLib/src/Interfaces/QlpIQrCode.pas

@@ -94,7 +94,7 @@ type
     {$IFNDEF FMX}
     /// <summary>
     /// Returns a jpeg image depicting this QR Code, with the specified
-    /// module scale and border modules. For example, ToBmpImage(scale=10,
+    /// module scale and border modules. For example, ToJpegImage(scale=10,
     /// border=4) means to pad the QR Code with 4 white border modules on all
     /// four sides, and use 10×10 pixels to represent each module. The
     /// resulting image contains the colors specified by the backgroundcolor
@@ -122,7 +122,7 @@ type
 
     /// <summary>
     /// Returns a png image depicting this QR Code, with the specified
-    /// module scale and border modules. For example, ToBmpImage(scale=10,
+    /// module scale and border modules. For example, ToPngImage(scale=10,
     /// border=4) means to pad the QR Code with 4 white border modules on all
     /// four sides, and use 10×10 pixels to represent each module. The
     /// resulting image contains the colors specified by the backgroundcolor

+ 2 - 2
QRCodeGenLib/src/QRCodeGen/QlpQrCode.pas

@@ -382,7 +382,7 @@ type
 {$IFNDEF FMX}
     /// <summary>
     /// Returns a jpeg image depicting this QR Code, with the specified
-    /// module scale and border modules. For example, ToBmpImage(scale=10,
+    /// module scale and border modules. For example, ToJpegImage(scale=10,
     /// border=4) means to pad the QR Code with 4 white border modules on all
     /// four sides, and use 10×10 pixels to represent each module. The
     /// resulting image contains the colors specified by the backgroundcolor
@@ -410,7 +410,7 @@ type
 
     /// <summary>
     /// Returns a png image depicting this QR Code, with the specified
-    /// module scale and border modules. For example, ToBmpImage(scale=10,
+    /// module scale and border modules. For example, ToPngImage(scale=10,
     /// border=4) means to pad the QR Code with 4 white border modules on all
     /// four sides, and use 10×10 pixels to represent each module. The
     /// resulting image contains the colors specified by the backgroundcolor