SilhoTextData.ComputeRectangleScreenVertices Method

Computes the vertices of text rectangle in screen coordinates.
Public Overridable Sub ComputeRectangleScreenVertices( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal modelViewProj As Double(), _ 
ByVal viewFrame As Integer() _ 
)
This language is not supported or no code example is available.
public virtual void ComputeRectangleScreenVertices( 
RenderContextBase renderContext
double[] modelViewProj
int[] viewFrame 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

<default>

modelViewProj
double[]

<default>

viewFrame
int[]

<default>

.NET Framework

Supported in: 4.8

In this article

Definition