Uses of Class
org.rococoa.cocoa.coregraphics.CGPoint

Packages that use CGPoint
org.rococoa.cocoa.coregraphics   
org.rococoa.cocoa.coretext   
org.rococoa.cocoa.hiservices   
 

Uses of CGPoint in org.rococoa.cocoa.coregraphics
 

Subclasses of CGPoint in org.rococoa.cocoa.coregraphics
static class CGPoint.ByReference
           
static class CGPoint.ByValue
           
 

Fields in org.rococoa.cocoa.coregraphics declared as CGPoint
 CGPoint CGRect.origin
           
 

Methods in org.rococoa.cocoa.coregraphics that return CGPoint
static CGPoint[] CGPoint.newArray(int arrayLength)
           
 

Constructors in org.rococoa.cocoa.coregraphics with parameters of type CGPoint
CGRect(CGPoint origin, CGSize size)
           
 

Uses of CGPoint in org.rococoa.cocoa.coretext
 

Methods in org.rococoa.cocoa.coretext that return CGPoint
 CGPoint CoreTextLibrary.CTRunGetPositionsPtr(CoreTextLibrary.__CTRun run)
          Original signature : CGPoint* CTRunGetPositionsPtr(CTRunRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:200
 

Uses of CGPoint in org.rococoa.cocoa.hiservices
 

Methods in org.rococoa.cocoa.hiservices with parameters of type CGPoint
 boolean HIServicesLibrary.HIShapeContainsPoint(HIServicesLibrary.__HIShape inShape, CGPoint inPoint)
          HIShapeContainsPoint()

Discussion:
Returns true if the given HIShapeRef contains the point passed
in.
 boolean HIServicesLibrary.IconRefContainsCGPoint(CGPoint testPt, CGRect iconRect, short align, int iconServicesUsageFlags, HIServicesLibrary.OpaqueIconRef theIconRef)
          IconRefContainsCGPoint()

Discussion:
Tests whether a specified point falls within an icon’s mask.
 



Copyright © 2009. All Rights Reserved.