[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSGraphicsContext
From: |
Banlu Kemiyatorn |
Subject: |
Re: NSGraphicsContext |
Date: |
Sun, 23 Jan 2005 14:35:08 +0700 |
On Sat, 22 Jan 2005 15:27:31 -1000, Honor Harrington
<honor@hawaii.rr.com> wrote:
> Hi -
you should call stroke or fill like DPSstroke(ctxt); after creating line.
(you may want to grab some simple postscript tutorials, I hope that may help)
from the example you can also call DPS<opname>(ctxt,...) directly.
that's a little faster than using nsbezierpath but less portable to Cocoa.