Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIFilterShapeMBS class.

CIFilterShapeMBS.Constructor(cgrect as CGRectMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Create a shape representing the smallest integral rect containing 'cgrect'.

See also:

CIFilterShapeMBS.Constructor(Handle as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 12.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes object with given object reference.

ref should be a CIFilterShape* and the object is retained.
Raises UnsupportedOperationException if object is not a CIFilterShape.

See also:

CIFilterShapeMBS.copy as CIFilterShapeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates a copy of the filter shape object.

CIFilterShapeMBS.InsetByX(x as Integer, y as Integer) as CIFilterShapeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Create a shape representing the shape inset by 'delta'.

CIFilterShapeMBS.IntersectWith(s as CIFilterShapeMBS) as CIFilterShapeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Create a shape representing the intersection of the shape and 's'.

CIFilterShapeMBS.IntersectWithRect(cgrect as CGRectMBS) as CIFilterShapeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Create a shape representing the intersection of the shape and the smallest integral rect containing 'cgrect'.

CIFilterShapeMBS.TransformBy(CGAffineTransform as NSAffineTransformMBS, flag as boolean) as CIFilterShapeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Create a shape from the result of transforming the shape by CGAffineTransform.

If flag is false the new shape will contain all pixels in the transformed shape (and possibly some outside the transformed shape).
If flag is false the new shape will contain a subset of the pixels in the transformed shape (but none of those outside the transformed shape).

CIFilterShapeMBS.UnionWith(s as CIFilterShapeMBS) as CIFilterShapeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Create a shape representing the union of the shape and 's'.

CIFilterShapeMBS.UnionWithRect(cgrect as CGRectMBS) as CIFilterShapeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Create a shape representing the union of the shape and the smallest integral rect containing 'cgrect'.

The items on this page are in the following plugins: MBS MacCI Plugin.


The biggest plugin in space...