DensityImageLegendBounds Property |
Gets the bound of the object. The X and Y positions depend on the transformation model chosen for this graphic object: if the transformation takes into account the local anchor point,
then the X and Y of the bounds are always 0 (which is the case here).
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override RectangleD2D Bounds { get; }
Property Value
RectangleD2D
The bounds of the graphical object.
See Also