GdPicture.NET.14
GdPicture14.Imaging Namespace / GdPictureRectangleF Class / CenterY Property





In This Topic
CenterY Property (GdPictureRectangleF)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property CenterY As Single
public float CenterY {get;}
public read-only property CenterY: Single; 
public function get CenterY : float
public: __property float get_CenterY();
public:
property float CenterY {
   float get();
}
See Also