CameraBase.CheckScreenPointVisibility (Int32, Int16(), Int32, Int32(), Single, Single, Double, Int32, Int32, Int32, Int32, out Boolean) Method

Checks the visibility of the given screen point.
Protected Sub CheckScreenPointVisibility( _ 
ByVal pointSize As Integer, _ 
ByVal depthValues As Short(), _ 
ByVal stride As Integer, _ 
ByVal viewFrame As Integer(), _ 
ByVal xPos As Single, _ 
ByVal yPos As Single, _ 
ByVal zPos As Double, _ 
ByVal leftBorder As Integer, _ 
ByVal rightBorder As Integer, _ 
ByVal bottomBorder As Integer, _ 
ByVal topBorder As Integer, _ 
ByRef hidden As Boolean
)
This language is not supported or no code example is available.
protected void CheckScreenPointVisibility( 
int pointSize
short[] depthValues
int stride
int[] viewFrame
float xPos
float yPos
double zPos
int leftBorder
int rightBorder
int bottomBorder
int topBorder
out bool hidden 
)
This language is not supported or no code example is available.

Parameters

pointSize
int

depthValues
short[]

stride
int

viewFrame
int[]

<default>

xPos
float

<default>

yPos
float

<default>

zPos
double

<default>

leftBorder
int

<default>

rightBorder
int

<default>

bottomBorder
int

<default>

topBorder
int

<default>

hidden
bool

<default>

.NET Framework

Supported in: 4.8

In this article

Definition