HatchBrushBaseGetPixelDimensions Method |
Calculates the bitmap dimension used to generate the hatch texture.
Namespace: Altaxo.Graph.Gdi.HatchBrushesAssembly: 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 bitmap dimension in pixels.
See Also