Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevestreza committed Jan 14, 2010
1 parent f502bef commit 4044d9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -46,8 +46,10 @@ Styles affect drawing and positioning. Most will affect the next VSStyle objects
* VSBoxStyle - Adds a margin or padding to the content area * VSBoxStyle - Adds a margin or padding to the content area
* VSInsetStyle - Adds edge insets to the content area * VSInsetStyle - Adds edge insets to the content area
* Content * Content
* VSTextStyle - Draws text inside the current shape * VSTextStyle - Draws text inside the current shape (see VSStyleDelegate)
* VSImageStyle - Draws an image inside the current shape * VSImageStyle - Draws an image inside the current shape (see VSStyleDelegate)
* VSContentStyle - Calls a delegate method to draw arbitrary content (see VSStyleDelegate)
* Clipping
* VSMaskStyle - Clips the drawing area to an image mask * VSMaskStyle - Clips the drawing area to an image mask
* VSShapeStyle - Clips the drawing area with a VSShape object * VSShapeStyle - Clips the drawing area with a VSShape object


Expand Down

0 comments on commit 4044d9e

Please sign in to comment.