public static class DrawUtil
<ExtensionAttribute>
Public NotInheritable Class DrawUtil
[ExtensionAttribute]
public ref class DrawUtil abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type DrawUtil = class end
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. |