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




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

Property Value

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

Reference

ImGearARTProtractor Class
ImGearARTProtractor Members