Share via


ImageClickEventArgs Construtores

Definição

Inicializa uma nova instância da classe ImageClickEventArgs.

Sobrecargas

ImageClickEventArgs(Int32, Int32)

Inicializa uma nova instância da classe ImageClickEventArgs usando os parâmetros x e y.

ImageClickEventArgs(Int32, Int32, Double, Double)

Inicializa uma nova instância da classe ImageClickEventArgs usando os parâmetros x, y, xRaw e yRaw.

ImageClickEventArgs(Int32, Int32)

Inicializa uma nova instância da classe ImageClickEventArgs usando os parâmetros x e y.

public:
 ImageClickEventArgs(int x, int y);
public ImageClickEventArgs (int x, int y);
new System.Web.UI.ImageClickEventArgs : int * int -> System.Web.UI.ImageClickEventArgs
Public Sub New (x As Integer, y As Integer)

Parâmetros

x
Int32

A coordenada X em que o usuário clicou em um controle de servidor ASP.NET baseado em imagem.

y
Int32

A coordenada Y em que o usuário clicou em um controle de servidor ASP.NET baseado em imagem.

Confira também

Aplica-se a

ImageClickEventArgs(Int32, Int32, Double, Double)

Inicializa uma nova instância da classe ImageClickEventArgs usando os parâmetros x, y, xRaw e yRaw.

public:
 ImageClickEventArgs(int x, int y, double xRaw, double yRaw);
public ImageClickEventArgs (int x, int y, double xRaw, double yRaw);
new System.Web.UI.ImageClickEventArgs : int * int * double * double -> System.Web.UI.ImageClickEventArgs
Public Sub New (x As Integer, y As Integer, xRaw As Double, yRaw As Double)

Parâmetros

x
Int32

A coordenada X em que um usuário clicou em um controle de servidor ASP.NET baseado em imagem.

y
Int32

A coordenada Y em que um usuário clicou em um controle de servidor ASP.NET baseado em imagem.

xRaw
Double

A coordenada X bruta em que um usuário clicou em um controle de servidor ASP.NET baseado em imagem.

yRaw
Double

A coordenada Y bruta em que um usuário clicou em um controle de servidor ASP.NET baseado em imagem.

Aplica-se a