TcxGdiBasedCanvas.BaseOrigin Property
In This Article
Returns the initial origin of the device context.
#Declaration
Delphi
property BaseOrigin: TPoint read;
#Property Value
Type |
---|
TPoint |
#Remarks
The origin of the device coordinate space can change at runtime to “scroll” the canvas in relation to the window origin (in a logical coordinate space). Use the BaseOrigin property to identify the device context origin for the canvas when it was created. To obtain the current device context origin, use the DCOrigin property instead.
Note
The getter and setter implementations of the Window
See Also