libs-gui/Documentation/gsdoc/NSBezierPath.html
Adam Fedor 05bdcda840 Updated docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
2002-01-28 04:50:14 +00:00

768 lines
33 KiB
HTML

<html>
<head>
<title>NSBezierPath.m</title>
</head>
<body>
<a href="Gui.html">Up</a>
<br />
<h1><a name="title$NSBezierPath">NSBezierPath.m</a></h1>
<h3>Authors</h3>
<dl>
<dt>Enrico Sersale(<a href="mailto:enrico@imago.ro"><code>
enrico@imago.ro
</code></a>)</dt>
<dd>
</dd>
</dl>
<blockquote>
The NSBezierPath class
</blockquote>
<p><b>Copyright:</b> (C) 1999 Free Software Foundation, Inc.</p>
<div>
<hr width="50%" align="left" />
<h3>Contents -</h3>
<ol>
<li>
<a href="#001000000000">Software documentation for the NSBezierPath class</a>
</li>
</ol>
<hr width="50%" align="left" />
</div>
<h1><a name="001000000000">
Software documentation for the NSBezierPath class
</a></h1>
<h2><a name="class$NSBezierPath">NSBezierPath</a> : <a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a></h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSBezierPath.h</dd>
</dl>
</blockquote>
<blockquote>
<dl>
<dt><b>Conforms to:</b></dt>
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCopying)">NSCopying</a></dd>
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd>
</dl>
</blockquote>
<blockquote>
<b>Standards:</b>
<ul>
<li>GNUstep</li>
<li>MacOS-X</li>
<li>OpenStep</li>
</ul>
</blockquote>
<p>
<em>Description forthcoming.</em>
</p>
<b>Method summary</b>
<ul>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+bezierPath">+bezierPath</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+bezierPathWithOvalInRect:">+bezierPathWithOvalInRect:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+bezierPathWithRect:">+bezierPathWithRect:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+clipRect:">+clipRect:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+defaultFlatness">+defaultFlatness</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+defaultLineCapStyle">+defaultLineCapStyle</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+defaultLineJoinStyle">+defaultLineJoinStyle</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+defaultLineWidth">+defaultLineWidth</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+defaultMiterLimit">+defaultMiterLimit</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+defaultWindingRule">+defaultWindingRule</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+drawPackedGlyphs:atPoint:">+drawPackedGlyphs:atPoint:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+fillRect:">+fillRect:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+setDefaultFlatness:">+setDefaultFlatness:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+setDefaultLineCapStyle:">+setDefaultLineCapStyle:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+setDefaultLineJoinStyle:">+setDefaultLineJoinStyle:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+setDefaultLineWidth:">+setDefaultLineWidth:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+setDefaultMiterLimit:">+setDefaultMiterLimit:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+setDefaultWindingRule:">+setDefaultWindingRule:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+strokeLineFromPoint:toPoint:">+strokeLineFromPoint:toPoint:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath+strokeRect:">+strokeRect:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-addClip">-addClip</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPath:">-appendBezierPath:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPathWithArcFromPoint:toPoint:radius:">-appendBezierPathWithArcFromPoint:toPoint:radius:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:">-appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise:">-appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPathWithGlyph:inFont:">-appendBezierPathWithGlyph:inFont:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPathWithGlyphs:count:inFont:">-appendBezierPathWithGlyphs:count:inFont:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPathWithOvalInRect:">-appendBezierPathWithOvalInRect:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPathWithPackedGlyphs:">-appendBezierPathWithPackedGlyphs:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPathWithPoints:count:">-appendBezierPathWithPoints:count:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-appendBezierPathWithRect:">-appendBezierPathWithRect:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-bezierPathByFlatteningPath">-bezierPathByFlatteningPath</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-bezierPathByReversingPath">-bezierPathByReversingPath</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-bounds">-bounds</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-cachesBezierPath">-cachesBezierPath</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-closePath">-closePath</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-containsPoint:">-containsPoint:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-controlPointBounds">-controlPointBounds</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-currentPoint">-currentPoint</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-curveToPoint:controlPoint1:controlPoint2:">-curveToPoint:controlPoint1:controlPoint2:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-elementAtIndex:">-elementAtIndex:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-elementAtIndex:associatedPoints:">-elementAtIndex:associatedPoints:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-elementCount">-elementCount</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-fill">-fill</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-flatness">-flatness</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-getLineDash:count:phase:">-getLineDash:count:phase:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-isEmpty">-isEmpty</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-lineCapStyle">-lineCapStyle</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-lineJoinStyle">-lineJoinStyle</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-lineToPoint:">-lineToPoint:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-lineWidth">-lineWidth</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-miterLimit">-miterLimit</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-moveToPoint:">-moveToPoint:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-relativeCurveToPoint:controlPoint1:controlPoint2:">-relativeCurveToPoint:controlPoint1:controlPoint2:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-relativeLineToPoint:">-relativeLineToPoint:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-relativeMoveToPoint:">-relativeMoveToPoint:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-removeAllPoints">-removeAllPoints</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setAssociatedPoints:atIndex:">-setAssociatedPoints:atIndex:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setCachesBezierPath:">-setCachesBezierPath:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setClip">-setClip</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setFlatness:">-setFlatness:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setLineCapStyle:">-setLineCapStyle:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setLineDash:count:phase:">-setLineDash:count:phase:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setLineJoinStyle:">-setLineJoinStyle:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setLineWidth:">-setLineWidth:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setMiterLimit:">-setMiterLimit:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-setWindingRule:">-setWindingRule:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-stroke">-stroke</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-transformUsingAffineTransform:">-transformUsingAffineTransform:</a></li>
<li><a rel="gsdoc" href="NSBezierPath.html#method$NSBezierPath-windingRule">-windingRule</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$NSBezierPath+bezierPath">bezierPath</a></h3>
+ (<a rel="gsdoc" href="#class$NSBezierPath">NSBezierPath</a>*) <b>bezierPath</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+bezierPathWithOvalInRect:">bezierPathWithOvalInRect:</a></h3>
+ (<a rel="gsdoc" href="#class$NSBezierPath">NSBezierPath</a>*) <b>bezierPathWithOvalInRect:</b> (NSRect)rect;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+bezierPathWithRect:">bezierPathWithRect:</a></h3>
+ (<a rel="gsdoc" href="#class$NSBezierPath">NSBezierPath</a>*) <b>bezierPathWithRect:</b> (NSRect)aRect;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+clipRect:">clipRect:</a></h3>
+ (void) <b>clipRect:</b> (NSRect)aRect;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+defaultFlatness">defaultFlatness</a></h3>
+ (float) <b>defaultFlatness</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+defaultLineCapStyle">defaultLineCapStyle</a></h3>
+ (NSLineCapStyle) <b>defaultLineCapStyle</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+defaultLineJoinStyle">defaultLineJoinStyle</a></h3>
+ (NSLineJoinStyle) <b>defaultLineJoinStyle</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+defaultLineWidth">defaultLineWidth</a></h3>
+ (float) <b>defaultLineWidth</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+defaultMiterLimit">defaultMiterLimit</a></h3>
+ (float) <b>defaultMiterLimit</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+defaultWindingRule">defaultWindingRule</a></h3>
+ (NSWindingRule) <b>defaultWindingRule</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+drawPackedGlyphs:atPoint:">drawPackedGlyphs:atPoint:</a></h3>
+ (void) <b>drawPackedGlyphs:</b> (const char*)packedGlyphs<b> atPoint:</b> (NSPoint)aPoint;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+fillRect:">fillRect:</a></h3>
+ (void) <b>fillRect:</b> (NSRect)aRect;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+setDefaultFlatness:">setDefaultFlatness:</a></h3>
+ (void) <b>setDefaultFlatness:</b> (float)flatness;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+setDefaultLineCapStyle:">setDefaultLineCapStyle:</a></h3>
+ (void) <b>setDefaultLineCapStyle:</b> (NSLineCapStyle)lineCapStyle;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+setDefaultLineJoinStyle:">setDefaultLineJoinStyle:</a></h3>
+ (void) <b>setDefaultLineJoinStyle:</b> (NSLineJoinStyle)lineJoinStyle;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+setDefaultLineWidth:">setDefaultLineWidth:</a></h3>
+ (void) <b>setDefaultLineWidth:</b> (float)lineWidth;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+setDefaultMiterLimit:">setDefaultMiterLimit:</a></h3>
+ (void) <b>setDefaultMiterLimit:</b> (float)limit;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+setDefaultWindingRule:">setDefaultWindingRule:</a></h3>
+ (void) <b>setDefaultWindingRule:</b> (NSWindingRule)windingRule;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+strokeLineFromPoint:toPoint:">strokeLineFromPoint:toPoint:</a></h3>
+ (void) <b>strokeLineFromPoint:</b> (NSPoint)point1<b> toPoint:</b> (NSPoint)point2;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath+strokeRect:">strokeRect:</a></h3>
+ (void) <b>strokeRect:</b> (NSRect)aRect;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-addClip">addClip</a></h3>
- (void) <b>addClip</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPath:">appendBezierPath:</a></h3>
- (void) <b>appendBezierPath:</b> (<a rel="gsdoc" href="#class$NSBezierPath">NSBezierPath</a>*)aPath;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPathWithArcFromPoint:toPoint:radius:">appendBezierPathWithArcFromPoint:toPoint:radius:</a></h3>
- (void) <b>appendBezierPathWithArcFromPoint:</b> (NSPoint)point1<b> toPoint:</b> (NSPoint)point2<b> radius:</b> (float)radius;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:">appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:</a></h3>
- (void) <b>appendBezierPathWithArcWithCenter:</b> (NSPoint)center<b> radius:</b> (float)radius<b> startAngle:</b> (float)startAngle<b> endAngle:</b> (float)endAngle;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise:">appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise:</a></h3>
- (void) <b>appendBezierPathWithArcWithCenter:</b> (NSPoint)center<b> radius:</b> (float)radius<b> startAngle:</b> (float)startAngle<b> endAngle:</b> (float)endAngle<b> clockwise:</b> (BOOL)clockwise;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPathWithGlyph:inFont:">appendBezierPathWithGlyph:inFont:</a></h3>
- (void) <b>appendBezierPathWithGlyph:</b> (NSGlyph)glyph<b> inFont:</b> (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*)font;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPathWithGlyphs:count:inFont:">appendBezierPathWithGlyphs:count:inFont:</a></h3>
- (void) <b>appendBezierPathWithGlyphs:</b> (NSGlyph*)glyphs<b> count:</b> (int)count<b> inFont:</b> (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*)font;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPathWithOvalInRect:">appendBezierPathWithOvalInRect:</a></h3>
- (void) <b>appendBezierPathWithOvalInRect:</b> (NSRect)aRect;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPathWithPackedGlyphs:">appendBezierPathWithPackedGlyphs:</a></h3>
- (void) <b>appendBezierPathWithPackedGlyphs:</b> (const char*)packedGlyphs;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPathWithPoints:count:">appendBezierPathWithPoints:count:</a></h3>
- (void) <b>appendBezierPathWithPoints:</b> (NSPoint*)points<b> count:</b> (int)count;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-appendBezierPathWithRect:">appendBezierPathWithRect:</a></h3>
- (void) <b>appendBezierPathWithRect:</b> (NSRect)rect;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-bezierPathByFlatteningPath">bezierPathByFlatteningPath</a></h3>
- (<a rel="gsdoc" href="#class$NSBezierPath">NSBezierPath</a>*) <b>bezierPathByFlatteningPath</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-bezierPathByReversingPath">bezierPathByReversingPath</a></h3>
- (<a rel="gsdoc" href="#class$NSBezierPath">NSBezierPath</a>*) <b>bezierPathByReversingPath</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-bounds">bounds</a></h3>
- (NSRect) <b>bounds</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-cachesBezierPath">cachesBezierPath</a></h3>
- (BOOL) <b>cachesBezierPath</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-closePath">closePath</a></h3>
- (void) <b>closePath</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-containsPoint:">containsPoint:</a></h3>
- (BOOL) <b>containsPoint:</b> (NSPoint)point;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-controlPointBounds">controlPointBounds</a></h3>
- (NSRect) <b>controlPointBounds</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-currentPoint">currentPoint</a></h3>
- (NSPoint) <b>currentPoint</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-curveToPoint:controlPoint1:controlPoint2:">curveToPoint:controlPoint1:controlPoint2:</a></h3>
- (void) <b>curveToPoint:</b> (NSPoint)aPoint<b> controlPoint1:</b> (NSPoint)controlPoint1<b> controlPoint2:</b> (NSPoint)controlPoint2;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-elementAtIndex:">elementAtIndex:</a></h3>
- (NSBezierPathElement) <b>elementAtIndex:</b> (int)index;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-elementAtIndex:associatedPoints:">elementAtIndex:associatedPoints:</a></h3>
- (NSBezierPathElement) <b>elementAtIndex:</b> (int)index<b> associatedPoints:</b> (NSPoint*)points;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-elementCount">elementCount</a></h3>
- (int) <b>elementCount</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-fill">fill</a></h3>
- (void) <b>fill</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-flatness">flatness</a></h3>
- (float) <b>flatness</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-getLineDash:count:phase:">getLineDash:count:phase:</a></h3>
- (void) <b>getLineDash:</b> (float*)pattern<b> count:</b> (int*)count<b> phase:</b> (float*)phase;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-isEmpty">isEmpty</a></h3>
- (BOOL) <b>isEmpty</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-lineCapStyle">lineCapStyle</a></h3>
- (NSLineCapStyle) <b>lineCapStyle</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-lineJoinStyle">lineJoinStyle</a></h3>
- (NSLineJoinStyle) <b>lineJoinStyle</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-lineToPoint:">lineToPoint:</a></h3>
- (void) <b>lineToPoint:</b> (NSPoint)aPoint;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-lineWidth">lineWidth</a></h3>
- (float) <b>lineWidth</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-miterLimit">miterLimit</a></h3>
- (float) <b>miterLimit</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-moveToPoint:">moveToPoint:</a></h3>
- (void) <b>moveToPoint:</b> (NSPoint)aPoint;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-relativeCurveToPoint:controlPoint1:controlPoint2:">relativeCurveToPoint:controlPoint1:controlPoint2:</a></h3>
- (void) <b>relativeCurveToPoint:</b> (NSPoint)aPoint<b> controlPoint1:</b> (NSPoint)controlPoint1<b> controlPoint2:</b> (NSPoint)controlPoint2;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-relativeLineToPoint:">relativeLineToPoint:</a></h3>
- (void) <b>relativeLineToPoint:</b> (NSPoint)aPoint;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-relativeMoveToPoint:">relativeMoveToPoint:</a></h3>
- (void) <b>relativeMoveToPoint:</b> (NSPoint)aPoint;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-removeAllPoints">removeAllPoints</a></h3>
- (void) <b>removeAllPoints</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setAssociatedPoints:atIndex:">setAssociatedPoints:atIndex:</a></h3>
- (void) <b>setAssociatedPoints:</b> (NSPoint*)points<b> atIndex:</b> (int)index;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setCachesBezierPath:">setCachesBezierPath:</a></h3>
- (void) <b>setCachesBezierPath:</b> (BOOL)flag;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setClip">setClip</a></h3>
- (void) <b>setClip</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setFlatness:">setFlatness:</a></h3>
- (void) <b>setFlatness:</b> (float)flatness;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setLineCapStyle:">setLineCapStyle:</a></h3>
- (void) <b>setLineCapStyle:</b> (NSLineCapStyle)lineCapStyle;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setLineDash:count:phase:">setLineDash:count:phase:</a></h3>
- (void) <b>setLineDash:</b> (const float*)pattern<b> count:</b> (int)count<b> phase:</b> (float)phase;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setLineJoinStyle:">setLineJoinStyle:</a></h3>
- (void) <b>setLineJoinStyle:</b> (NSLineJoinStyle)lineJoinStyle;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setLineWidth:">setLineWidth:</a></h3>
- (void) <b>setLineWidth:</b> (float)lineWidth;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setMiterLimit:">setMiterLimit:</a></h3>
- (void) <b>setMiterLimit:</b> (float)limit;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-setWindingRule:">setWindingRule:</a></h3>
- (void) <b>setWindingRule:</b> (NSWindingRule)windingRule;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-stroke">stroke</a></h3>
- (void) <b>stroke</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-transformUsingAffineTransform:">transformUsingAffineTransform:</a></h3>
- (void) <b>transformUsingAffineTransform:</b> (<a rel="gsdoc" href="NSAffineTransform.html#class$NSAffineTransform">NSAffineTransform</a>*)transform;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSBezierPath-windingRule">windingRule</a></h3>
- (NSWindingRule) <b>windingRule</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<br />
<a href="Gui.html">Up</a>
</body>
</html>