HostLayerCanCreateGridForLocation Method |
Determines whether this layer is able to create a grid, so that a child layer with a given location fits into a grid cell.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool CanCreateGridForLocation(
ItemLocationDirect itemLocation
)
Parameters
- itemLocation ItemLocationDirect
- The item location of the child layer.
Return Value
BooleanTrue if this layer would be able to create a grid;
false otherwise.See Also