vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Data Structures | Enumerations
VVSizingTool.h File Reference
#import <Cocoa/Cocoa.h>

Go to the source code of this file.

Data Structures

class  VVSizingTool
 Simplifies the act of generating transforms and other geometry-related data around the relatively common act of resizing one rect to fit inside another. More...
 

Enumerations

enum  VVSizingMode { VVSizingModeFit = 0, VVSizingModeFill = 1, VVSizingModeStretch = 2, VVSizingModeCopy = 3 }
 Different sizing modes. More...