NSAffineTransformMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
NSAffineTransformMBS class
A class for transformation.
As being used by CoreImage and by the NS* classes, it is a free plugin class requiring no registration.
- 9 properties
- property Data as MemoryBlock
- property Handle as Integer
- property m11 as Double
- property m12 as Double
- property m21 as Double
- property m22 as Double
- property StringValue as String
- property tx as Double
- property ty as Double
- 19 methods
- method appendTransform(transform as NSAffineTransformMBS)
- method Constructor
- method Constructor(m11 as Double, m12 as Double, m21 as Double, m22 as Double, tx as Double, ty as Double)
- method Constructor(transform as NSAffineTransformMBS)
- method getValues(byref m11 as Double, byref m12 as Double, byref m21 as Double, byref m22 as Double , byref tx as Double, byref tY as Double)
- method invert
- method Operator_Convert as String
- method Operator_Multiply(other as NSAffineTransformMBS) as NSAffineTransformMBS
- method Operator_MultiplyRight(other as NSAffineTransformMBS) as NSAffineTransformMBS
- method prependTransform(transform as NSAffineTransformMBS)
- method rotateByDegrees(angle as Double)
- method rotateByRadians(angle as Double)
- method scale(scale as Double)
- method scale(scaleX as Double, scaleY as Double)
- method setValues(m11 as Double, m12 as Double, m21 as Double, m22 as Double , tx as Double, tY as Double)
- method transformBezierPath(NSBezierPath as Variant) as Variant
- method transformPoint(byref x as Double, byref y as Double)
- method transformSize(byref width as Double, byref height as Double)
- method translate(deltaX as Double, deltaY as Double)
- 3 shared methods
This class has no sub classes.
Some useful global functions for this class:
Some methods using this class:
Some properties using for this class:
Some examples using this class:
Blog Entries
Release notes
The items on this page are in the following plugins: MBS Main Plugin.
NSActionCellMBS
-
NSAlertMBS