PbDomainSetDomain Method (Single, Single, Single, Single) |
Calls SetDomain(xmin, ymin, xmax, ymax, OIV.MeshViz.Graph.PbDomain.BoundingBoxTypes( .PbDomain.AS_IS )).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetDomain(
float xmin,
float ymin,
float xmax,
float ymax
)
Public Sub SetDomain (
xmin As Single,
ymin As Single,
xmax As Single,
ymax As Single
)
public:
void SetDomain(
float xmin,
float ymin,
float xmax,
float ymax
)
member SetDomain :
xmin : float32 *
ymin : float32 *
xmax : float32 *
ymax : float32 -> unit
Parameters
- xmin
- Type: SystemSingle
- ymin
- Type: SystemSingle
- xmax
- Type: SystemSingle
- ymax
- Type: SystemSingle
Remarks See Also