ImageGear for .NET
cY Property (ImGearSize)




Gets or sets the rectangle's height.
Syntax
'Declaration
 
Public Property cY As Integer
'Usage
 
Dim instance As ImGearSize
Dim value As Integer
 
instance.cY = value
 
value = instance.cY
public int cY {get; set;}
public: __property int get_cY();
public: __property void set_cY( 
   int value
);
public:
property int cY {
   int get();
   void set (    int value);
}

Property Value

Any integer value.
See Also

Reference

ImGearSize Structure
ImGearSize Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback