search

Home  >  Q&A  >  body text

objective-c - What does the CGRectApplyAffineTransform function in CoreGraphics do?

CGRect rect = CGRectMake(0, 0, 300, 200);
        
rect = CGRectApplyAffineTransform(rect,
                                          CGAffineTransformMakeScale(1, -1));
cgPath = CGPathCreateWithRect(rect, NULL);

What does this code mean?

ringa_leeringa_lee2894 days ago980

reply all(0)I'll reply

No reply
  • Cancelreply