←Select platform

InPoints Property (BezierPathCommand)

Summary

Gets or sets an array of LeadPoint structures that represent four points on the curve.

Syntax

C#
VB
C++
public [Leadtools.LeadPoint[]](../l/leadpoint.html) InPoints {get; set;}
Public Property InPoints As Leadtools.LeadPoint()
public: 
property Leadtools.array<LeadPoint>^ InPoints { 
   Leadtools.array<LeadPoint>^ get(); 
   void set (    Leadtools.array<LeadPoint>^ ); 
} 

Property Value

Array of 4 points that will be used to form the curve. The first point represents the start point of the curve. The second point represents the point at 1/3 length between the first and the last point of the curve. The third point represents the point at 2/3 length between the first and the last point of the curve. The fourth point represents the last point of the curve.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize