Leadtools.ImageProcessing.SpecialEffects Namespace > FreePlaneBendCommand Class : Curve Property |
public int[] Curve {get; set;}
'Declaration Public Property Curve As Integer()
'Usage Dim instance As FreePlaneBendCommand Dim value() As Integer instance.Curve = value value = instance.Curve
public int[] Curve {get; set;}
get_Curve();
set_Curve(value);
Object.defineProperty('Curve');
public: property array<int>^ Curve { array<int>^ get(); void set ( array<int>^ value); }