Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Multiplication Operator (LeadPointD)








The point to transform.
The transformation matrix.
Transforms the specified LeadPoint structure by the specified LeadMatrix structure.
Syntax
public LeadPointD operator *( 
   LeadPointD point,
   LeadMatrix matrix
)
'Declaration
 
Public Operator *( _
   ByVal point As LeadPointD, _
   ByVal matrix As LeadMatrix _
) As LeadPointD
'Usage
 
public LeadPointD operator *( 
   LeadPointD point,
   LeadMatrix matrix
)
This operator type is not supported by WinRT JavaScript
public:
LeadPointD operator *( 
   LeadPointD point,
   LeadMatrix matrix
)

Parameters

point
The point to transform.
matrix
The transformation matrix.

Return Value

The transformed point.
Requirements

Target Platforms

See Also

Reference

LeadPointD Structure
LeadPointD Members

Error processing SSI file