diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-10-21 23:59:34 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-10-21 23:59:34 +0200 |
commit | 7c2850063697f94a0d8b8d8f8588136dd4b3d05e (patch) | |
tree | d36036066bd3ef3f3e034c6dfc1e4283b1e69ece /api/kvision/pl.treksoft.kvision.html/-image-shape/index.html | |
parent | a70acf853de62d0754ca95aa4103712b82afdef8 (diff) | |
download | kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.tar.gz kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.tar.bz2 kvision-7c2850063697f94a0d8b8d8f8588136dd4b3d05e.zip |
API documentation for KVision 0.0.19
Diffstat (limited to 'api/kvision/pl.treksoft.kvision.html/-image-shape/index.html')
-rw-r--r-- | api/kvision/pl.treksoft.kvision.html/-image-shape/index.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/api/kvision/pl.treksoft.kvision.html/-image-shape/index.html b/api/kvision/pl.treksoft.kvision.html/-image-shape/index.html new file mode 100644 index 00000000..a610c181 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.html/-image-shape/index.html @@ -0,0 +1,40 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>ImageShape - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.html</a> / <a href="./index.html">ImageShape</a><br/> +<br/> +<h1>ImageShape</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ImageShape</span></code> +<p>Image shapes.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-r-o-u-n-d-e-d.html">ROUNDED</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-i-r-c-l-e.html">CIRCLE</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-t-h-u-m-b-n-a-i-l.html">THUMBNAIL</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |