Platforms to show: All Mac Windows Linux Cross-Platform
NSEPSImageRepMBS class Deprecated
Super class: NSImageRepMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Drawing | MBS MacBase Plugin | 12.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
This item is deprecated and should no longer be used.
An NSEPSImageRep object can render an image from encapsulated PostScript (EPS) code.
Won't work in macOS Sonoma since Apple removed the feature from the OS.
Subclass of the NSImageRepMBS class.
- property pdfImage as NSPDFImageRepMBS
- 4 methods
- method boundingBox as NSRectMBS
- method Constructor(data as Memoryblock)
- method EPSRepresentation as Memoryblock
- method prepareGState
- shared method imageRepWithData(data as Memoryblock) as NSEPSImageRepMBS
Super class NSImageRepMBS
- 10 properties
- property bitsPerSample as Integer
- property colorSpaceName as String
- property Handle as Integer
- property hasAlpha as Boolean
- property height as Double
- property isOpaque as Boolean
- property pixelsHigh as Integer
- property pixelsWide as Integer
- property size as NSSizeMBS
- property width as Double
- 2 methods
- method Constructor Private
- method setSize(width as Double, height as Double)
- shared method canInitWithData(data as memoryblock) as Boolean
Constants
Constant | Value | Description |
---|---|---|
NSImageRepMatchesDevice | 0 | One of the constants used by NSImageRep to denote an attribute whose value changes to match the display device. Indicates that the value of certain attributes, such as the number of colors or bits per sample, will change to match the display device. more |
This class has no sub classes.
Some examples using this class:
Blog Entries
- MBS Xojo Plugins, version 23.3pr2
- EPS support deprecated in macOS Sonoma
- MBS Xojo Plugins, version 18.1pr2
- MBS Real Studio Plugins, version 12.0pr5
Release notes
- Version 23.3
- Deprecated NSEPSImageRepMBS class.
- Version 18.1
- Added NSEPSImageRepMBS.pdfImage property.
The items on this page are in the following plugins: MBS MacBase Plugin.
