Skip to content

Commit

Permalink
Updated documentation to ver 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusJohnson committed Sep 18, 2024
1 parent 99ca9fc commit b103841
Show file tree
Hide file tree
Showing 679 changed files with 755 additions and 737 deletions.
16 changes: 11 additions & 5 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@

Image32 - 2D graphics library for Delphi Pascal
Latest version: 4.3
Released: 27 September 2022
Latest version: 4.6
Released: 18 September 2024

Copyright © 2019-2022 Angus Johnson
Copyright © 2019-2024 Angus Johnson
Freeware released under Boost Software License
https://www.boost.org/LICENSE_1_0.txt

Documentation : http://www.angusj.com/delphi/image32/Docs/
Download : https://sourceforge.net/projects/image32/files/
Documentation : https://www.angusj.com/image32/Docs/Overview.htm
Download : https://github.com/AngusJohnson/Image32

Recent changes:

Version 4.6
* This release contains many bug fixes (see issues #10..#101) in the
GitHub repository.
* Andreas Hausladen has also made multiple contributions to
the library that that have very significantly improved its performance.

Version 4.3
Numerous minor bugfixes

Expand Down
10 changes: 7 additions & 3 deletions Documentation/Docs/Examples.htm
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ <h3>Layers301</h3>
</div>
<div><a href="../Videos/layers301.mp4" target="_blank"><b>Layers301 video</b></a>
</div><br>
<h3>SimpleAnimation</h3>
<h3>Animation1</h3>
<p> Simple animation :)<br><br> <img src="../Images/animation.gif"> </p><br>
<h3>Animation2</h3>
<p> Rotating image on a transparent form<br> <font size="-1">(This example may not compile using older versions of Delphi.)</font><br> </p><br>
<h3>Interpolation</h3>
<p> Bicubic interpolation of both open and closed paths using the <a href="./Units/Img32.Extra/Routines/SmoothPath.htm"><b>SmoothPath</b></a> function<br><br> <img src="../Images/interpolation.png"> </p><br>
<h3>SVG &amp; SVG2</h3>
<p> Read and write SVG image files<br> <img src="../Images/svg1.png"> <br> <a href="../Videos/svg101.mp4" target="_blank"><b>SVG101 video</b></a> </p><br>
<h3>Transform</h3>
Expand All @@ -41,8 +45,8 @@ <h3>VectorizeImage</h3>
<h3>FMX</h3>
<p> Img32 is cross-platform<br><br> <img id="img2" src="../Images/android.png" width="360px" height="720px"> </p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="../Videos/layers201.mp4">layers201</a>, <a href="../Videos/layers301.mp4">layers301</a>, <a href="../Videos/proj_transform.mp4">proj_transform</a>, <a href="../Videos/svg101.mp4">svg101</a>, <a href="../Videos/vectorize.mp4">vectorize</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Body"><a href="Units/Img32.Extra/Routines/SmoothPath.htm">SmoothPath</a>, <a href="../Videos/layers201.mp4">layers201</a>, <a href="../Videos/layers301.mp4">layers301</a>, <a href="../Videos/proj_transform.mp4">proj_transform</a>, <a href="../Videos/svg101.mp4">svg101</a>, <a href="../Videos/vectorize.mp4">vectorize</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>OnFileDrop</h1>
</p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="../../../Types/TFileDropEvent.htm">TFileDropEvent</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>OnKeyDown</h1>

<p class="Decl"><b>property</b> OnKeyDown: TKeyEvent; <span class="Comment">//read and write</span></p>
<p>Assigning 'Key' to 0 (zero) will stop further key event processing.</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>OnKeyUp</h1>

<p class="Decl"><b>property</b> OnKeyUp: TKeyEvent; <span class="Comment">//read and write</span></p>
<p>Assigning 'Key' to 0 (zero) will stop further key event processing.</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>OnPaste</h1>
<p class="Decl"><b>property</b> OnPaste: TNotifyEvent; <span class="Comment">//read and write</span></p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>OnScrolling</h1>
<p class="Decl"><b>property</b> OnScrolling: TNotifyEvent; <span class="Comment">//read and write</span></p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>OnZooming</h1>
<p class="Decl"><b>property</b> OnZooming: TNotifyEvent; <span class="Comment">//read and write</span></p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>ClientToImage</h1>
<p class="Decl"><b>function</b> ClientToImage(<b>var</b> clientPt: TPoint): Boolean;</p>

<p>Convert the panel's client coordinates to image coordinates.<br>Returns True if 'clientPt' is inside the visible portion of image bounds.</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h1>CopyToClipboard</h1>
<p class="Decl"><b>function</b> CopyToClipboard: Boolean;</p>
<p><br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>ImageToClient</h1>
<p>Convert image coordinates to the panel's client coordinates</p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h1>PasteFromClipboard</h1>
<p class="Decl"><b>function</b> PasteFromClipboard: Boolean;</p>
<p><br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>RecenterImageAt</h1>
<p class="Decl"><b>function</b> RecenterImageAt(<b>const</b> imagePt: TPoint): Boolean;</p><br class="half">

<p>As much as possible, center <span class="monobold">imagePt</span> (in image coordinates) within the panel.</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>ScaleToFit</h1><br>
<p>This method adjusts the scale so that when the image is displayed, it will fill as much of the panel's inner client region as possible while preserving the image's width to height ratio.<br><br> </p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="../Properties/IsScaledToFit.htm">IsScaledToFit</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>AllowCopyPaste</h1>
<p>Default = True</p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>AllowFileDrop</h1>
<p>Default = false.</p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>AllowScroll</h1>
<p>Default = True</p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>AllowZoom</h1>
<p>Default = True</p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>AutoCenter</h1>
<p class="Decl"><b>property</b> AutoCenter: Boolean; <span class="Comment">//read and write</span></p><br class="half">

<p>Automatically centers the image inside the panel.<br><br>Default = True</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>BkgChBrdColor1</h1>
</p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="BkgChBrdType.htm">BkgChBrdType</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>BkgChBrdColor2</h1>
</p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="BkgChBrdType.htm">BkgChBrdType</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>BkgChBrdSize</h1>
</p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="BkgChBrdType.htm">BkgChBrdType</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>BkgChBrdType</h1>
</p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="../../../Types/TPanelBkgType.htm">TPanelBkgType</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>ColorFocused</h1>
<p>Panel's border color when the panel has focus. (Only applicable when TabStop = true.)</p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>ColorUnfocused</h1>
<p>Panel's border color when the panel has lost focus. (Only applicable when TabStop = true.)</p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>Image</h1>

<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>InnerClientRect</h1>
<p class="Decl"><b>property</b> InnerClientRect: TRect; <span class="Comment">//read only</span></p><br class="half">

<p>The maximum region that can be occupied by an image. Equivalent to the panel's ClientRect less its bevel and border regions.</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>InnerMargin</h1>
</div>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="InnerClientRect.htm">InnerClientRect</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>IsScaledToFit</h1>
</p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="../Methods/ScaleToFit.htm">ScaleToFit</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Offset</h1>
<p>The amount to offset the image.<br>(Assumes the display image size exceeds the panel's display area.)</p>
<p>
</p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Scale</h1>
<p> The assigned value will be forced between <a href="./ScaleMin.htm"><b>ScaleMin</b></a> and <a href="./ScaleMax.htm"><b>ScaleMax</b></a>. </p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="ScaleMax.htm">ScaleMax</a>, <a href="ScaleMin.htm">ScaleMin</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>ScaleMax</h1>
<p>Default = 10.0;</p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="Scale.htm">Scale</a>, <a href="ScaleMin.htm">ScaleMin</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>ScaleMin</h1>
<p>Default = 0.05;</p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="Scale.htm">Scale</a>, <a href="ScaleMax.htm">ScaleMax</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>ShowScrollButtons</h1>
</p>
<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="../../../Types/TShowScrollBtns.htm">TShowScrollBtns</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>TImage32Panel</h1>

<h2 id="Auto-SeeAlso">See Also</h2>
<p class="Body"><a href="../../_Body.htm">Img32.Panels</a></p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.4&nbsp; - &nbsp;Help file built on 2 May 2024 <br><br> </p>
<p class="Copyright" id="auto"> <br><br> Copyright &copy;2010-2023 Angus Johnson&nbsp; - &nbsp;Image32 4.6&nbsp; - &nbsp;Help file built on 18 Sep 2024 <br><br> </p>

</body>

Expand Down
Loading

0 comments on commit b103841

Please sign in to comment.