ImageGear .NET v24.12 - Updated
AspectNumeratorX Property (ImGearARTProtractor)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTProtractor Class : AspectNumeratorX Property
Gets or sets the mark's X aspect numerator value.
Syntax
'Declaration
 
Public Property AspectNumeratorX As Integer
'Usage
 
Dim instance As ImGearARTProtractor
Dim value As Integer
 
instance.AspectNumeratorX = value
 
value = instance.AspectNumeratorX
public int AspectNumeratorX {get; set;}
public: __property int get_AspectNumeratorX();
public: __property void set_AspectNumeratorX( 
   int value
);
public:
property int AspectNumeratorX {
   int get();
   void set (    int value);
}

Property Value

Integer value.
Remarks
The default value is 1.
See Also

Reference

ImGearARTProtractor Class
ImGearARTProtractor Members