In This Topic

CenterX Property (GdPictureRectangleF)

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