Entity.ComputeOffsetOnCameraAxes (Transformation, Single(), Int32, Point2D, Point2D, Point2D, Point2D, Int32) Method

Protected Friend Shared Sub ComputeOffsetOnCameraAxes( _ 
ByVal modelView As Transformation, _ 
ByVal pointArray As Single(), _ 
ByVal count As Integer, _ 
ByVal m1 As Point2D, _ 
ByVal m2 As Point2D, _ 
ByVal minQ As Point2D, _ 
ByVal maxQ As Point2D, _ 
ByVal skipPoints As Integer
)
This language is not supported or no code example is available.
internal protected static void ComputeOffsetOnCameraAxes( 
Transformation modelView
float[] pointArray
int count
Point2D m1
Point2D m2
Point2D minQ
Point2D maxQ
int skipPoints 
)
This language is not supported or no code example is available.

Parameters

modelView
Transformation

pointArray
float[]

count
int

m1
Point2D

m2
Point2D

minQ
Point2D

maxQ
Point2D

skipPoints
int

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition