Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SphereStudio
Plugins
UndoRedo
ImagePage
C# Class SphereStudio.Plugins.UndoRedo.ImagePage
Inheritance:
HistoryPage
ファイルを表示
Open project: Radnen/spherestudio
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
ImagePage
(
ImageEditControl
parent
,
Point
pos
,
Image
before
,
Image
after
) :
Sphere.Core.Editor
Redo
( ) :
void
Undo
( ) :
void
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
ImagePage()
public
method
public
ImagePage
(
ImageEditControl
parent
,
Point
pos
,
Image
before
,
Image
after
) :
Sphere.Core.Editor
parent
SphereStudio.Plugins.Components.ImageEditControl
pos
System.Drawing.Point
before
System.Drawing.Image
after
System.Drawing.Image
return
Sphere.Core.Editor
Redo()
public
method
public
Redo
( ) :
void
return
void
Undo()
public
method
public
Undo
( ) :
void
return
void