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

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

#include <ILine.h>

Inheritance diagram for <ILine>:
ALine _Line _PglLine

Properties

id< IRulerruler
 The ruler used for placement. If not set, the default ruler setting is used.
 
id< IPointstart
 Starting position of line.
 
id< IPointend
 Ending position of line.
 
float lineThickness
 Thickness of line based on the ruler units in use.
 

Detailed Description

A protocol defining the interface for Line classes.

Property Documentation

◆ end

- (id<IPoint>) end
readwritenonatomicstrong

Ending position of line.

◆ lineThickness

- (float) lineThickness
readwritenonatomicassign

Thickness of 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

Starting position of line.


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