TextureScalingGetResultingSize Method |
Gets the resulting size of the texture (for one repeat unit).
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public VectorD2D GetResultingSize(
VectorD2D sourceSize,
VectorD2D destinationSize
)
Parameters
- sourceSize VectorD2D
- Size of the source image (texture image) in points (1/72 inch).
- destinationSize VectorD2D
- Size of the destination rectangle in points (1/72 inch).
Return Value
VectorD2DThe resulting size of the texture repeat unit in points (1/72 inch).
See Also