ComponentOne Bitmap for UWP
ScaleRef(Matrix3x2,Single,Single,Point2F) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > ScaleRef Method : ScaleRef(Matrix3x2,Single,Single,Point2F) Method
Creates a scale transformation matrix.
Syntax
'Declaration
 
Public Overloads Shared Sub ScaleRef( _
   ByRef result As Matrix3x2, _
   ByVal xScale As System.Single, _
   ByVal yScale As System.Single, _
   ByRef center As Point2F _
) 
public static void ScaleRef( 
   out Matrix3x2 result,
   System.float xScale,
   System.float yScale,
   ref Point2F center
)

Parameters

result
xScale
yScale
center
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List