X10D/api/X10D.Drawing.html

177 lines
9.3 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace X10D.Drawing
| X10D </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace X10D.Drawing
| X10D ">
<meta name="generator" content="docfx 2.56.7.0">
<link rel="shortcut icon" href="../images/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/night-owl.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css" integrity="sha384-EvBWSlnoFgZlXJvpzS+MAUEjvN7+gcCwH+qh7GRFOGgZO0PuwOFro7qPOJnLfe7l" crossorigin="anonymous">
<link rel="stylesheet" href="../styles/config.css">
<link rel="stylesheet" href="../styles/discord.css">
<link rel="stylesheet" href="../styles/singulink.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../">
<meta property="docfx:newtab" content="true">
</head>
<body>
<div class="top-navbar">
<a class="burger-icon" onclick="toggleMenu()">
<svg name="Hamburger" style="vertical-align: middle;" width="34" height="34" viewbox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" clip-rule="evenodd" d="M20 6H4V9H20V6ZM4 10.999H20V13.999H4V10.999ZM4 15.999H20V18.999H4V15.999Z"></path></svg>
</a>
<a class="brand" href="../index.html">
<img src="../images/favicon.png" alt="X10D" class="logomark">
<span class="brand-title">X10D</span>
</a> </div>
<div class="body-content">
<div id="blackout" class="blackout" onclick="toggleMenu()"></div>
<nav id="sidebar" role="navigation">
<div class="sidebar">
<div>
<div class="mobile-hide">
<a class="brand" href="../index.html">
<img src="../images/favicon.png" alt="X10D" class="logomark">
<span class="brand-title">X10D</span>
</a> </div>
<div class="sidesearch">
<form id="search" role="search" class="search">
<i class="bi bi-search search-icon"></i>
<input type="text" id="search-query" placeholder="Search" autocomplete="off">
</form>
</div>
<div id="navbar">
</div>
</div> <div class="sidebar-item-separator"></div>
<div id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="footer">
<strong>DocFX + Singulink = ♥</strong>
</div> </nav>
<main class="main-panel">
<div id="search-results" style="display: none;">
<h1 class="search-list">Search Results for <span></span></h1>
<div class="sr-items">
<p><i class="bi bi-hourglass-split index-loading"></i></p>
</div>
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
</div>
<div role="main" class="hide-when-search">
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
<article class="content wrap" id="_content" data-uid="X10D.Drawing">
<h1 id="X10D_Drawing" data-uid="X10D.Drawing" class="text-break">Namespace X10D.Drawing
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h5><a class="xref" href="X10D.Drawing.ColorExtensions.html">ColorExtensions</a></h5>
<section><p>Drawing-related extensions for <see cref="!:Color"></see>.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.PointExtensions.html">PointExtensions</a></h5>
<section><p>Drawing-related extension methods for <see cref="!:Point"></see>.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.PointFExtensions.html">PointFExtensions</a></h5>
<section><p>Drawing-related extension methods for <see cref="!:PointF"></see>.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.Polygon.html">Polygon</a></h5>
<section><p>Represents a 2D polygon composed of 32-bit signed integer vertices.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.PolygonF.html">PolygonF</a></h5>
<section><p>Represents a 2D polygon composed of single-precision floating-vertex vertices.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.Polyhedron.html">Polyhedron</a></h5>
<section><p>Represents a 3D polyhedron composed of single-precision floating-point points.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.RandomExtensions.html">RandomExtensions</a></h5>
<section><p>Extension methods for <see cref="!:Random"></see>.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.SizeExtensions.html">SizeExtensions</a></h5>
<section><p>Drawing-related extension methods for <see cref="!:Size"></see>.</p>
</section>
<h3 id="structs">Structs
</h3>
<h5><a class="xref" href="X10D.Drawing.Circle.html">Circle</a></h5>
<section><p>Represents a circle that is composed of a 32-bit signed integer center point and radius.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.CircleF.html">CircleF</a></h5>
<section><p>Represents a circle that is composed of a single-precision floating-point center point and radius.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.Cuboid.html">Cuboid</a></h5>
<section><p>Represents a cuboid in 3D space, which uses single-precision floating-point numbers for its coordinates.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.Ellipse.html">Ellipse</a></h5>
<section><p>Represents an ellipse that is composed of a 32-bit signed integer center point and radius.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.EllipseF.html">EllipseF</a></h5>
<section><p>Represents an ellipse that is composed of a single-precision floating-point center point and radius.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.Line.html">Line</a></h5>
<section><p>Represents a line in 2D space that is composed of 32-bit signed integer X and Y coordinates.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.Line3D.html">Line3D</a></h5>
<section><p>Represents a line in 3D space that is composed of single-precision floating-point X, Y and Z coordinates.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.LineF.html">LineF</a></h5>
<section><p>Represents a line in 2D space that is composed of single-precision floating-point X and Y coordinates.</p>
</section>
<h5><a class="xref" href="X10D.Drawing.Sphere.html">Sphere</a></h5>
<section><p>Represents a sphere in 3D space, which uses single-precision floating-point numbers for its coordinates.</p>
</section>
</article>
</div>
<div class="copyright-footer">
<span>&#169; Singulink. All rights reserved.</span>
</div>
</main>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js"></script>
<script type="text/javascript" src="../styles/jquery.twbsPagination.js"></script>
<script type="text/javascript" src="../styles/url.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/singulink.js"></script>
<script type="text/javascript" src="../styles/main.js"></script> </body>
</html>