프로퍼티 | 타입 | 설명 | |
---|---|---|---|
UpdateAutoScrollPosition | void | ||
UpdateSize | void |
메소드 | 설명 | |
---|---|---|
PointToClient ( System.Vector2 location ) : System.Drawing.Point |
将指定的拼图坐标转换为渲染区域的坐标。
|
|
PointToJigsaw ( System.Drawing.Point location ) : System.Vector2 |
将指定渲染区域的坐标转换为拼图的坐标。
|
|
SetJigsawScale ( float scale, System.Drawing.Point center ) : void |
设置拼图的缩放比例。
|
|
ShowImage ( ) : void |
缩放和滚动拼图,使得图片恰好居中显示在界面中。
|
메소드 | 설명 | |
---|---|---|
OnMouseWheel ( |
鼠标滚轮滚动的事件。
|
|
OnSizeChanged ( |
控件尺寸改变的事件。
|
메소드 | 설명 | |
---|---|---|
UpdateAutoScrollPosition ( object sender, |
更新自动滚动的位置。
|
|
UpdateSize ( ) : void |
更新拼图的尺寸。
|
protected OnMouseWheel ( |
||
e | ||
리턴 | void |
public PointToClient ( System.Vector2 location ) : System.Drawing.Point | ||
location | System.Vector2 | 拼图坐标。 |
리턴 | System.Drawing.Point |
public PointToJigsaw ( System.Drawing.Point location ) : System.Vector2 | ||
location | System.Drawing.Point | 渲染区域的坐标。 |
리턴 | System.Vector2 |
public SetJigsawScale ( float scale, System.Drawing.Point center ) : void | ||
scale | float | 缩放比例。 |
center | System.Drawing.Point | |
리턴 | void |