-
Home
-
API
-
ProCad.Rendering
-
RenderLinePatternSegment
RenderLinePatternSegment Struct
Definition
Show inherited members (6)
public readonly struct RenderLinePatternSegment
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
Properties (22)
FontFamilyGets the font family for a linetype text segment.
FontSizeGets the font size for a linetype text segment.
IsBoldGets a value indicating whether the linetype text should be bold.
IsDrawGets a value indicating whether the segment is drawn.
IsItalicGets a value indicating whether the linetype text should be italic.
IsShapeGets a value indicating whether the segment represents a linetype shape.
IsSpaceGets a value indicating whether the segment is a space.
IsTextGets a value indicating whether the segment represents linetype text.
LayoutHeightGets the text layout height for a linetype text segment.
LayoutWidthGets the text layout width for a linetype text segment.
LengthGets the segment length in drawing units.
MirrorXGets a value indicating whether the linetype text is mirrored in X.
MirrorYGets a value indicating whether the linetype text is mirrored in Y.
ObliqueAngleGets the oblique angle for a linetype text segment.
OffsetGets the local offset of a complex segment.
RotationGets the rotation of a complex segment in radians.
ScaleGets the scale of a complex segment.
ShapeFileGets the shape file for a linetype shape segment.
ShapeNumberGets the shape number for a linetype shape segment.
TextGets the text for a linetype text segment.
WidthFactorGets the width factor for a linetype text segment.
Methods (2)
CreateText(Single, Vector2, Single, Boolean, Single, String, Single, Single, Single, Single, Single, Boolean, Boolean, Boolean, Boolean, String?)Creates a linetype text segment.