ViewportBorderProperties Constructor
|
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public ViewportBorderProperties(
Color color,
int weight
)
Public Sub New (
color As Color,
weight As Integer
)
public:
ViewportBorderProperties(
Color color,
int weight
)
new :
color : Color *
weight : int -> ViewportBorderProperties
Parameters
- color Color
-
- weight Int32
-
See Also