Leadtools.ImageProcessing.Effects Namespace > EffectsUtilities Class : GetCurvePoints Method |
public static int GetCurvePoints( int[] curve, LeadPoint[] userPoints, CurvePointsType type )
'Declaration Public Shared Function GetCurvePoints( _ ByVal curve() As Integer, _ ByVal userPoints() As LeadPoint, _ ByVal type As CurvePointsType _ ) As Integer
'Usage Dim curve() As Integer Dim userPoints() As LeadPoint Dim type As CurvePointsType Dim value As Integer value = EffectsUtilities.GetCurvePoints(curve, userPoints, type)
public static int GetCurvePoints( int[] curve, LeadPoint[] userPoints, CurvePointsType type )
function Leadtools.ImageProcessing.Effects.EffectsUtilities.GetCurvePoints( curve , userPoints , type )
public: static int GetCurvePoints( array<int>^ curve, array<LeadPoint>^ userPoints, CurvePointsType type )
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