CommonHelperApplyPadding(Orientation, Rectangle, Padding) Method |
Return the provided rectangle with orientation specific padding applied.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static Rectangle ApplyPadding(
Orientation orientation,
Rectangle rect,
Padding padding
)
Parameters
- orientation Orientation
- Orientation to apply padding with.
- rect Rectangle
- Starting rectangle.
- padding Padding
- Padding to be applied.
Return Value
RectangleUpdated rectangle.
See Also