RegionBase(RegionBase) Constructor
Constructs a copy of the specified instance of
RegionBase.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public RegionBase(
RegionBase value
)
Public Sub New (
value As RegionBase
)
public:
RegionBase(
RegionBase^ value
)
new :
value : RegionBase -> RegionBase
Parameters
- value RegionBase
- Region to copy the data from.