DrawUtil Class

Utility class for drawing UI widgets.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static class DrawUtil
Inheritance
Object    DrawUtil

Methods

Normalized Normally named colors are considered different to directly per RGB defined color, even when the same value is represented.
ScaledDown(Point, Int32) Scales a point by dividing by a factor.
ScaledDown(Size, Int32) Scales a size-object by dividing by a factor.
ScaleDown(Point, Int32) Scales a point by dividing by a factor.
ScaleDown(Size, Int32) Scales a size-object by dividing by a factor.
ScaledUp(Point, Int32) Scales a point by a factor.
ScaledUp(Size, Int32) Scales a size-object by a factor.
ScaleUp(Point, Int32) Scales a point by a factor.
ScaleUp(Size, Int32) Scales a size-object by a factor.

See Also