LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Multiply Method






The LeadPointD to multiply.
The amount to multiply.
Multiplies the specified LeadPointD. .NET support WinRT support
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadPointDHelper Class
LeadPointDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.