UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IShapes.ILine Class Reference

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

Inheritance diagram for LabelMaker.Interfaces.IShapes.ILine:
LabelMaker.Interfaces.IShapes.ALine LabelMaker.PGL.Shapes.Line LabelMaker.TSPL.Shapes.Line

Static Public Attributes

Optional ruler [IRuler]
 
IPoint start
 
IPoint end
 
float line_thickness
 

Detailed Description

A protocol defining the interface for Line classes.

This protocol outlines the required properties for any class implementing a Line, including start and end points, line thickness, and an optional ruler.

Member Data Documentation

◆ end

IPoint LabelMaker.Interfaces.IShapes.ILine.end
static

◆ line_thickness

float LabelMaker.Interfaces.IShapes.ILine.line_thickness
static

◆ ruler

Optional LabelMaker.Interfaces.IShapes.ILine.ruler [IRuler]
static

◆ start

IPoint LabelMaker.Interfaces.IShapes.ILine.start
static

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