CGMutablePathMBS 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
CGMutablePathMBS class
Super class: CGPathMBS
A class for a CoreGraphics mutable path.
Subclass of the CGPathMBS class.
- 12 methods
- method AddArc(transform as CGAffineTransformMBS, x as Double, y as Double, radius as Double, startAngle as Double, endAngle as Double, clockwise as boolean)
- method AddArcToPoint(transform as CGAffineTransformMBS, x as Double, y as Double, x2 as Double, y2 as Double, radius as Double)
- method AddCurveToPoint(transform as CGAffineTransformMBS, cpx1 as Double, cpy1 as Double, cpx2 as Double, cpy2 as Double, x as Double, y as Double)
- method AddEllipseInRect(transform as CGAffineTransformMBS, r as CGRectMBS)
- method AddLineToPoint(transform as CGAffineTransformMBS, x as Double, y as Double)
- method AddPath(transform as CGAffineTransformMBS, path as CGPathMBS)
- method AddQuadCurveToPoint(transform as CGAffineTransformMBS, cpx as Double, cpy as Double, x as Double, y as Double)
- method AddRect(transform as CGAffineTransformMBS, r as CGRectMBS)
- method CloseSubpath
- method Constructor
- method ContainsPoint(transform as CGAffineTransformMBS, point as CGPointMBS, eoFill as boolean) as boolean
- method MoveToPoint(transform as CGAffineTransformMBS, x as Double, y as Double)
- property Handle as Integer
- 8 methods
This class has no sub classes.
Some methods using this class:
Some examples using this class:
The items on this page are in the following plugins: MBS MacCG Plugin.
CGMutableImageMetadataMBS
-
CGPathElementMBS