UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
<IBox> Protocol Reference

A protocol defining the interface for Box classes. More...

#include <IBox.h>

Inheritance diagram for <IBox>:
_Box _PglBox

Properties

id< IRulerruler
 The ruler used for placement. If not set, the default ruler setting is used.
 
id< IPointstart
 Upper left corner of the box.
 
id< IPointend
 Bottom right corner of the box.
 
float lineThickness
 Thickness of the line based on the ruler units in use.
 
float cornerRounding
 Rounding value of the box corner.
 

Detailed Description

A protocol defining the interface for Box classes.

Property Documentation

◆ cornerRounding

- (float) cornerRounding
readwritenonatomicassign

Rounding value of the box corner.

◆ end

- (id<IPoint>) end
readwritenonatomicstrong

Bottom right corner of the box.

◆ lineThickness

- (float) lineThickness
readwritenonatomicassign

Thickness of the line based on the ruler units in use.

◆ ruler

- (id<IRuler>) ruler
readwritenonatomicstrong

The ruler used for placement. If not set, the default ruler setting is used.

◆ start

- (id<IPoint>) start
readwritenonatomicstrong

Upper left corner of the box.


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