UniPRT SDK v2.0.0.0
 
Loading...
Searching...
No Matches
PglPicture Class Reference

#include <PglPicture.h>

Inheritance diagram for PglPicture:
<IPicture>

Instance Methods

(instancetype) - initWithStart:ImageName:
 Initializes a new instance of the class with the specified start point and image name.
 
(NSString *) - description
 Returns a string that can be sent to the printer.
 

Properties

id< IPointStart
 
NSString * ImageName
 
id< IRulerRuler
 
- Properties inherited from <IPicture>
id< IRulerRuler
 
id< IPointStart
 
NSString * ImageName
 

Method Documentation

◆ description

- (NSString *) description

Returns a string that can be sent to the printer.

This method generates a formatted string representation of the object that includes all necessary commands and data for printing.

Returns
A string description of the object.

Reimplemented from <IPicture>.

◆ initWithStart:ImageName:

- (instancetype) initWithStart: (id< IPoint >) start
ImageName: (NSString *) imageName 

Initializes a new instance of the class with the specified start point and image name.

This initializer creates an object using a starting point and associates it with the provided image name, which can later be used for rendering or printing.

Parameters
startThe starting point of the image.
imageNameThe name of the image resource.
Returns
A new instance of the class.

Property Documentation

◆ ImageName

- (NSString*) ImageName
readwritenonatomiccopy

◆ Ruler

- (id<IRuler>) Ruler
readwritenonatomicstrong

◆ Start

- (id<IPoint>) Start
readwritenonatomicstrong

The documentation for this class was generated from the following file: