This commit is contained in:
2025-11-16 17:27:05 +08:00
parent 643a14956d
commit dbbe3303b3
665 changed files with 1697 additions and 1018 deletions
@@ -1052,7 +1052,8 @@ A value of -1 indicates that the display should follow the end of the strip.</p>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Sets the display range for the cutter location strip.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -1062,13 +1063,17 @@ A value of -1 indicates that the display should follow the end of the strip.</p>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>beginIndex</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
<dd><p>The beginning index of the display range.</p>
</dd>
<dt><code>endIndex</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
<dd><p>The ending index of the display range.</p>
</dd>
<dt><code>caller</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
<dd></dd>
<dd><p>The caller object that requests the display range change.</p>
</dd>
<dt><code>lowestLength</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
<dd><p>The minimum length of the display range. Default is 2.</p>
</dd>
</dl>
@@ -1156,8 +1161,8 @@ A value of -1 indicates that the display should follow the end of the strip.</p>
<a id="Hi_CutterLocations_ClStrips_ClStrip_ShrinkAttachmentMemory_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.ShrinkAttachmentMemory*"></a>
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_ShrinkAttachmentMemory" data-uid="Hi.CutterLocations.ClStrips.ClStrip.ShrinkAttachmentMemory">
ShrinkAttachmentMemory()
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_ShrinkAttachmentMemory_System_Nullable_System_Threading_CancellationToken__" data-uid="Hi.CutterLocations.ClStrips.ClStrip.ShrinkAttachmentMemory(System.Nullable{System.Threading.CancellationToken})">
ShrinkAttachmentMemory(CancellationToken?)
</h3>
@@ -1166,9 +1171,14 @@ A value of -1 indicates that the display should follow the end of the strip.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void ShrinkAttachmentMemory()</code></pre>
<pre><code class="lang-csharp hljs">public void ShrinkAttachmentMemory(CancellationToken? cancellationToken = null)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a>?</dt>
<dd></dd>
</dl>