BoundingBoxParameterType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of bounding box paramter
public enum BoundingBoxParameterType
type BoundingBoxParameterType =
Public Enum BoundingBoxParameterType
- Inheritance
-
BoundingBoxParameterType
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
XMin | 1 | |
YMin | 2 | |
XMax | 3 | |
YMax | 4 |