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

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

Inheritance diagram for LabelMaker.Interfaces.IShapes.IBox:
LabelMaker.PGL.Shapes.Box LabelMaker.TSPL.Shapes.Box

Static Public Attributes

Optional ruler [IRuler]
 
IPoint start
 
IPoint end
 
float line_thickness
 
float corner_rounding
 

Detailed Description

A protocol defining the interface for Box classes.

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

Member Data Documentation

◆ corner_rounding

float LabelMaker.Interfaces.IShapes.IBox.corner_rounding
static

◆ end

IPoint LabelMaker.Interfaces.IShapes.IBox.end
static

◆ line_thickness

float LabelMaker.Interfaces.IShapes.IBox.line_thickness
static

◆ ruler

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

◆ start

IPoint LabelMaker.Interfaces.IShapes.IBox.start
static

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