fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -183,8 +183,8 @@ Class DispEngine
|
||||
<div class="markdown level0 remarks"><p>The <code>DispEngine</code> is the core rendering and interaction engine for HiAPI applications.</p>
|
||||
<h2 id="related-documentation">Related Documentation</h2>
|
||||
<ul>
|
||||
<li><a href="../dev-doc/basic/rendering/rendering-canvas/index.html">Using RenderingCanvas with DispEngine</a></li>
|
||||
<li><a href="../dev-doc/basic/rendering/rendering-canvas/custom-implementation.html">Building Your Own Rendering Canvas</a></li>
|
||||
<li><a href="../fundamentals/rendering/rendering-canvas/index.html">Using RenderingCanvas with DispEngine</a></li>
|
||||
<li><a href="../fundamentals/rendering/rendering-canvas/custom-implementation.html">Building Your Own Rendering Canvas</a></li>
|
||||
</ul>
|
||||
<p>The DispEngine provides a unified API for handling rendering, user interaction, and touch gestures across different UI frameworks.</p>
|
||||
</div>
|
||||
@@ -595,8 +595,7 @@ The <a class="xref" href="Hi.Disp.DispEngine.html#Hi_Disp_DispEngine_SetViewToHo
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Get or Set to Enable Suppress Default Logo.
|
||||
The set take no effect if the license <a class="xref" href="Hi.Licenses.AuthFeature.html#Hi_Licenses_AuthFeature_SuppressDefaultLogo">SuppressDefaultLogo</a> is not login.</p>
|
||||
<div class="markdown level1 summary"><p>Get or Set to Enable Suppress Default Logo.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -618,6 +617,12 @@ The set take no effect if the license <a class="xref" href="Hi.Licenses.AuthFeat
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Exceptions</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.invalidoperationexception">InvalidOperationException</a></dt>
|
||||
<dd><p>Thrown when <a class="xref" href="Hi.Licenses.AuthFeature.html#Hi_Licenses_AuthFeature_SuppressDefaultLogo">SuppressDefaultLogo</a> license is not logged in.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user