tune
This commit is contained in:
@@ -104,7 +104,7 @@ The data contains in a <a class="xref" href="Hi.Geom.Box2d.html">Box2d</a> is <a
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class Box2d : IExpandToBox2d, IEquatable<Box2d>, IBinaryIo, IWriteBin</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class Box2d : IExpandToBox2d, IEquatable<Box2d>, IBinaryIo, IWriteBin, IFormattable</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -125,6 +125,7 @@ The data contains in a <a class="xref" href="Hi.Geom.Box2d.html">Box2d</a> is <a
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a><<a class="xref" href="Hi.Geom.Box2d.html">Box2d</a>></div>
|
||||
<div><a class="xref" href="Hi.Common.IBinaryIo.html">IBinaryIo</a></div>
|
||||
<div><a class="xref" href="Hi.Common.IWriteBin.html">IWriteBin</a></div>
|
||||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformattable">IFormattable</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -1648,6 +1649,48 @@ The <a class="xref" href="Hi.Geom.Box2d.html#Hi_Geom_Box2d_Min">Min</a> and <a
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Box2d_ToString_" data-uid="Hi.Geom.Box2d.ToString*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Box2d_ToString_System_String_System_IFormatProvider_" data-uid="Hi.Geom.Box2d.ToString(System.String,System.IFormatProvider)">
|
||||
ToString(string, IFormatProvider)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Returns a string representation of the box formatted according to the specified format.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string ToString(string format, IFormatProvider formatProvider)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>format</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The format to use for each component</p>
|
||||
</dd>
|
||||
<dt><code>formatProvider</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></dt>
|
||||
<dd><p>The format provider to use</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>A formatted string representation of the box</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Box2d_Translate_" data-uid="Hi.Geom.Box2d.Translate*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Box2d_Translate_Hi_Geom_Vec2d_" data-uid="Hi.Geom.Box2d.Translate(Hi.Geom.Vec2d)">
|
||||
|
||||
Reference in New Issue
Block a user