| IViewImpl 接口 | 
命名空间: CPF.Platform
 语法
语法public interface IViewImpl : IDisposable
IViewImpl 类型公开以下成员。
 属性
属性| 名称 | 说明 | |
|---|---|---|
|  | Activated | |
|  | CanActivate | |
|  | Deactivated | |
|  | LayoutScaling | |
|  | Position | |
|  | PositionChanged | |
|  | RenderScaling | |
|  | Resized | |
|  | ScalingChanged | |
|  | Screen | 
 方法
方法| 名称 | 说明 | |
|---|---|---|
|  | Activate | |
|  | Capture | 
            捕获鼠标
             | 
|  | Dispose | (继承自 IDisposable。) | 
|  | Invalidate | |
|  | PointToClient | 
            将指定屏幕点的位置计算成工作区坐标
             | 
|  | PointToScreen | 
            将指定工作区点的位置计算成屏幕坐标。
             | 
|  | ReleaseCapture | 
            释放捕获的鼠标
             | 
|  | SetCursor | |
|  | SetIMEEnable | |
|  | SetIMEPosition | |
|  | SetRoot | |
|  | SetVisible | 
 参见
参见