ImageGear .NET - Updated
AspectDenominatorX Property (IImGearARTPolyRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTPolyRuler Interface : AspectDenominatorX Property
Gets or sets the mark's X aspect denominator value.
Syntax
'Declaration
 
Property AspectDenominatorX As Integer
'Usage
 
Dim instance As IImGearARTPolyRuler
Dim value As Integer
 
instance.AspectDenominatorX = value
 
value = instance.AspectDenominatorX
int AspectDenominatorX {get; set;}
__property int get_AspectDenominatorX();
__property void set_AspectDenominatorX( 
   int value
);
property int AspectDenominatorX {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearARTPolyRuler Interface
IImGearARTPolyRuler Members