tune
This commit is contained in:
@@ -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"><p>Sets the display range for the cutter location strip.</p>
|
||||
<div class="markdown level1 summary"><p>Sets the display range for the cutter location strip.
|
||||
This method sets both the beginning and ending positions of the display range.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -1063,16 +1064,16 @@ 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><p>The beginning index of the display range.</p>
|
||||
<dd><p>The beginning index of the display range. Will be clamped to [0, StripPoses.Count - 1].</p>
|
||||
</dd>
|
||||
<dt><code>endIndex</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd><p>The ending index of the display range.</p>
|
||||
<dd><p>The ending index of the display range. A value of -1 indicates that the display should follow the end of the strip. Values greater than or equal to StripPoses.Count will be converted to -1. Will be clamped to [-1, StripPoses.Count].</p>
|
||||
</dd>
|
||||
<dt><code>caller</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
||||
<dd><p>The caller object that requests the display range change.</p>
|
||||
<dd><p>The caller object that requests the display range change. Used for event notifications.</p>
|
||||
</dd>
|
||||
<dt><code>lowestLength</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd><p>The minimum length of the display range. Default is 2.</p>
|
||||
<dd><p>The minimum length of the display range. Currently not used in the implementation. Default is 2.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user