 | Drawing 类 |
Sweet 开发框架
Drawing
继承层次
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static class Drawing
<ExtensionAttribute>
Public NotInheritable Class Drawing
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type Drawing = class end
Drawing 类型公开以下成员。
方法
| 名称 | 说明 |
---|
  | Alpha | |
  | CalcAngle(Point, Point) | |
  | CalcAngle(PointF, PointF) | |
  | CalcDistance(Point, Point) | |
  | CalcDistance(PointF, PointF) | |
  | CalcX(Point, Point, Double) | |
  | CalcX(PointF, PointF, Double) | |
  | CalcY(Point, Point, Double) | |
  | CalcY(PointF, PointF, Double) | |
  | Center(Rectangle) | |
  | Center(RectangleF) | |
  | CreateRectangle | |
  | CreateRectangleF | |
  | InRect(Point, Rectangle) | |
  | InRect(Point, RectangleF) | |
  | InRect(PointF, Rectangle) | |
  | InRect(PointF, RectangleF) | |
  | IsOverlap(Rectangle, Rectangle) | |
  | IsOverlap(RectangleF, RectangleF) | |
  | IsVisible | |
  | MixColors | |
  | MultiplyAll(Size, Double) | |
  | MultiplyAll(Size, Int32) | |
  | MultiplyHeight(Size, Double) | |
  | MultiplyHeight(Size, Int32) | |
  | MultiplyWidth(Size, Double) | |
  | MultiplyWidth(Size, Int32) | |
  | Offset | |
  | RandomColor | |
  | StepColor | |
Top
参见