NodeBase.GetBoudingBox Method

Public Sub GetBoudingBox( _ 
ByRef boxMin As Point2D, _ 
ByRef boxMax As Point2D
)
This language is not supported or no code example is available.
public void GetBoudingBox( 
out Point2D boxMin
out Point2D boxMax 
)
This language is not supported or no code example is available.

Parameters

boxMin
Point2D

boxMax
Point2D

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition