ImageGear for .NET
cY Property (IImGearSize)




Gets or sets the Y size.
Syntax
'Declaration
 
Property cY As Integer
'Usage
 
Dim instance As IImGearSize
Dim value As Integer
 
instance.cY = value
 
value = instance.cY
int cY {get; set;}
__property int get_cY();
__property void set_cY( 
   int value
);
property int cY {
   int get();
   void set (    int value);
}

Property Value

Any integer value.
See Also

Reference

IImGearSize Interface
IImGearSize Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback