TdxPointWrapper Class
In This Article
#Declaration
Delphi
TdxPointWrapper = class(
TPersistent
)
#Remarks
The purpose of the TdxPointWrapper object is to maintain properties of structured type, such as TPoint, at both design and runtime. The TdxPointWrapper object is used to store information on 2-dimensional objects; i.e. it saves width and height of an area.
#Inheritance
TObject
TPersistent
TdxPointWrapper
See Also