NGridBrush Class Reference

Inherits from NSObject
Conforms to NSCoding
NSCopying
Declared in NGridBrush.h

Overview

The NGridBrush class is an abstract class defining the brush interface.

  opacity

Opacity of the brush.

@property (nonatomic, assign) double opacity

Declared In

NGridBrush.h

– applyToContext:path:rect:

Applies brush to context.

- (void)applyToContext:(CGContextRef)context path:(CGPathRef)path rect:(CGRect)rect

Parameters

context

Context.

path

Path to draw.

rect

Rect.

Declared In

NGridBrush.h