SyntheticBrushBaseGetPixelDimensions(Double) Method |
Gets the pixel dimensions for the specified effective resolution.
Namespace: Altaxo.Graph.Gdi.SyntheticBrushesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected int GetPixelDimensions(
double maxEffectiveResolutionDpi
)
Parameters
- maxEffectiveResolutionDpi Double
- The maximum effective resolution in DPI.
Return Value
Int32The pixel dimension.
See Also