Click or drag to resize

GridPartitioningGetTileRectangle Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.GridPartitioning.GetTileRectangle(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Altaxo.Geometry.VectorD3D)"]


Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RectangleD3D GetTileRectangle(
	double columnPosX,
	double columnPosY,
	double columnPosZ,
	double columnSpanX,
	double columnSpanY,
	double columnSpanZ,
	VectorD3D totalSize
)

Parameters

columnPosX  Double

[Missing <param name="columnPosX"/> documentation for "M:Altaxo.Graph.Graph3D.GridPartitioning.GetTileRectangle(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Altaxo.Geometry.VectorD3D)"]

columnPosY  Double

[Missing <param name="columnPosY"/> documentation for "M:Altaxo.Graph.Graph3D.GridPartitioning.GetTileRectangle(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Altaxo.Geometry.VectorD3D)"]

columnPosZ  Double

[Missing <param name="columnPosZ"/> documentation for "M:Altaxo.Graph.Graph3D.GridPartitioning.GetTileRectangle(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Altaxo.Geometry.VectorD3D)"]

columnSpanX  Double

[Missing <param name="columnSpanX"/> documentation for "M:Altaxo.Graph.Graph3D.GridPartitioning.GetTileRectangle(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Altaxo.Geometry.VectorD3D)"]

columnSpanY  Double

[Missing <param name="columnSpanY"/> documentation for "M:Altaxo.Graph.Graph3D.GridPartitioning.GetTileRectangle(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Altaxo.Geometry.VectorD3D)"]

columnSpanZ  Double

[Missing <param name="columnSpanZ"/> documentation for "M:Altaxo.Graph.Graph3D.GridPartitioning.GetTileRectangle(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Altaxo.Geometry.VectorD3D)"]

totalSize  VectorD3D

[Missing <param name="totalSize"/> documentation for "M:Altaxo.Graph.Graph3D.GridPartitioning.GetTileRectangle(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Altaxo.Geometry.VectorD3D)"]

Return Value

RectangleD3D

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.GridPartitioning.GetTileRectangle(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Altaxo.Geometry.VectorD3D)"]

See Also