Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Multiply Method (LeadPointDHelper)








The LeadPointD to multiply.
The amount to multiply.
Multiplies the specified LeadPointD.
Syntax
public static LeadPointD Multiply( 
   LeadPointD point,
   LeadMatrix matrix
)
'Declaration
 
Public Shared Function Multiply( _
   ByVal point As LeadPointD, _
   ByVal matrix As LeadMatrix _
) As LeadPointD
'Usage
 
Dim point As LeadPointD
Dim matrix As LeadMatrix
Dim value As LeadPointD
 
value = LeadPointDHelper.Multiply(point, matrix)
public static LeadPointD Multiply( 
   LeadPointD point,
   LeadMatrix matrix
)
 function Leadtools.LeadPointDHelper.Multiply( 
   point ,
   matrix 
)
public:
static LeadPointD Multiply( 
   LeadPointD point,
   LeadMatrix matrix
) 

Parameters

point
The LeadPointD to multiply.
matrix
The amount to multiply.

Return Value

The result LeadPoint object.
Requirements

Target Platforms

See Also

Reference

LeadPointDHelper Class
LeadPointDHelper Members

Error processing SSI file