SyntheticBrushBaseGetPixelDimensions(Double, Double, Int32) Method |
Gets the pixel dimensions for the specified structure size constraints.
Namespace: Altaxo.Graph.Gdi.SyntheticBrushesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected int GetPixelDimensions(
double maxEffectiveResolutionDpi,
double relativeStructureSize,
int minimumPixelsForStructureSize
)
Parameters
- maxEffectiveResolutionDpi Double
- The maximum effective resolution in DPI.
- relativeStructureSize Double
- The relative structure size.
- minimumPixelsForStructureSize Int32
- The minimum number of pixels for the structure size.
Return Value
Int32The pixel dimension.
See Also