Guest User

Untitled

a guest
Jul 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. mGraphicsContext = [NSGraphicsContext currentContext];
  2. mGraphicsContextRef = (CGContextRef) [mGraphicsContext graphicsPort];
  3. CGContextSetRGBStrokeColor(mGraphicsContextRef, 1.0, 1.0 , 1.0, 1.0);
  4. CGContextSetLineWidth(mGraphicsContextRef, 100);
Add Comment
Please, Sign In to add comment