Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
CrImage::Draw::DimensionStyle
Inherits
Reference
<
Object
DimensionStyle defines the appearance of dimension lines.
Constructors
new
(color :
CrImage::Color::Color
=
Color::BLACK
, thickness :
Int32
= 1, extension_length :
Int32
= 10, arrow_size :
Int32
= 8, gap :
Int32
= 5)
Source
Instance methods
arrow_size
Source
arrow_size=
(arrow_size :
Int32
)
Source
color
Source
color=
(color :
Color::Color
)
Source
extension_length
Source
extension_length=
(extension_length :
Int32
)
Source
gap
Source
gap=
(gap :
Int32
)
Source
thickness
Source
thickness=
(thickness :
Int32
)
Source