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

Packages that use CGRect
org.rococoa.cocoa.coregraphics   
org.rococoa.cocoa.hiservices   
 

Uses of CGRect in org.rococoa.cocoa.coregraphics
 

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

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

Methods in org.rococoa.cocoa.coregraphics with parameters of type CGRect
 void CoreGraphicsLibrary.CGScreenUpdateMoveCallback.invoke(CGScreenUpdateMoveDelta.ByValue delta, NativeSize count, CGRect rects, Pointer userInfo)
           
 void CoreGraphicsLibrary.CGScreenRefreshCallback.invoke(int count, CGRect rects, Pointer userInfo)
           
 

Uses of CGRect in org.rococoa.cocoa.hiservices
 

Methods in org.rococoa.cocoa.hiservices that return CGRect
 CGRect HIServicesLibrary.HIShapeGetBounds(HIServicesLibrary.__HIShape inShape, CGRect outRect)
          HIShapeGetBounds()

Discussion:
Returns the bounding rectangle of a given HIShapeRef.
 

Methods in org.rococoa.cocoa.hiservices with parameters of type CGRect
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateMutableWithRect(CGRect inRect)
          HIShapeCreateMutableWithRect()

Discussion:
Creates a mutable HIShapeRef based on a given rectangle.
 HIServicesLibrary.__HIShape HIServicesLibrary.HIShapeCreateWithRect(CGRect inRect)
          HIShapeCreateWithRect()

Discussion:
Creates an immutable, rectangular shape based on a given
rectangle.
 CGRect HIServicesLibrary.HIShapeGetBounds(HIServicesLibrary.__HIShape inShape, CGRect outRect)
          HIShapeGetBounds()

Discussion:
Returns the bounding rectangle of a given HIShapeRef.
 boolean HIServicesLibrary.HIShapeIntersectsRect(HIServicesLibrary.__HIShape inShape, CGRect inRect)
          HIShapeIntersectsRect()

Discussion:
Returns true if the given HIShapeRef intersects the rect 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.
 boolean HIServicesLibrary.IconRefIntersectsCGRect(CGRect testRect, CGRect iconRect, short align, int iconServicesUsageFlags, HIServicesLibrary.OpaqueIconRef theIconRef)
          IconRefIntersectsCGRect()

Discussion:
Tests whether a specified rectangle falls within an icon\u2019s mask.
 HIServicesLibrary.__HIShape HIServicesLibrary.IconRefToHIShape(CGRect iconRect, short align, int iconServicesUsageFlags, HIServicesLibrary.OpaqueIconRef theIconRef)
          IconRefToHIShape()

Discussion:
Converts an IconRef-derived icon into an HIShape.
 



Copyright © 2009. All Rights Reserved.