프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CanvasElement | System.Html.Media.Graphics |
메소드 | 설명 | |
---|---|---|
AddEventListener ( CanvasElementEvents type, Action listener ) : void | ||
AddEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void | ||
AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void | ||
AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void | ||
AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( CanvasElementEvents type, IEventListener listener ) : void | ||
AddEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void | ||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
GetContext ( CanvasContextId contextId ) : |
||
GetContext ( CanvasContextId contextId, object contextOptions ) : |
||
GetContext ( string contextId ) : |
||
GetContext ( string contextId, object contextOptions ) : |
||
RemoveEventListener ( CanvasElementEvents type, Action listener ) : void | ||
RemoveEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void | ||
RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void | ||
RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void | ||
RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( CanvasElementEvents type, IEventListener listener ) : void | ||
RemoveEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void | ||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
ToBlob ( Action |
||
ToBlob ( Action |
||
ToDataURL ( ) : string | ||
ToDataURL ( string type, object encoderOptions ) : string |
메소드 | 설명 | |
---|---|---|
CanvasElement ( ) : System.Html.Media.Graphics |
public AddEventListener ( CanvasElementEvents type, Action listener ) : void | ||
type | CanvasElementEvents | |
listener | Action | |
리턴 | void |
public AddEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void | ||
type | CanvasElementEvents | |
listener | Action | |
capture | bool | |
리턴 | void |
public AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void | ||
type | CanvasElementEvents | |
listener | HtmlEventHandler | |
리턴 | void |
public AddEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | CanvasElementEvents | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget |
||
type | CanvasElementEvents | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public AddEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget |
||
type | CanvasElementEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public AddEventListener ( CanvasElementEvents type, IEventListener listener ) : void | ||
type | CanvasElementEvents | |
listener | IEventListener | |
리턴 | void |
public AddEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void | ||
type | CanvasElementEvents | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public GetContext ( CanvasContextId contextId ) : |
||
contextId | CanvasContextId | |
리턴 |
public GetContext ( CanvasContextId contextId, object contextOptions ) : |
||
contextId | CanvasContextId | |
contextOptions | object | |
리턴 |
public GetContext ( string contextId ) : |
||
contextId | string | |
리턴 |
public GetContext ( string contextId, object contextOptions ) : |
||
contextId | string | |
contextOptions | object | |
리턴 |
public RemoveEventListener ( CanvasElementEvents type, Action listener ) : void | ||
type | CanvasElementEvents | |
listener | Action | |
리턴 | void |
public RemoveEventListener ( CanvasElementEvents type, Action listener, bool capture ) : void | ||
type | CanvasElementEvents | |
listener | Action | |
capture | bool | |
리턴 | void |
public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener ) : void | ||
type | CanvasElementEvents | |
listener | HtmlEventHandler | |
리턴 | void |
public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | CanvasElementEvents | |
listener | HtmlEventHandler | |
capture | bool | |
리턴 | void |
public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget |
||
type | CanvasElementEvents | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public RemoveEventListener ( CanvasElementEvents type, HtmlEventHandlerWithTarget |
||
type | CanvasElementEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public RemoveEventListener ( CanvasElementEvents type, IEventListener listener ) : void | ||
type | CanvasElementEvents | |
listener | IEventListener | |
리턴 | void |
public RemoveEventListener ( CanvasElementEvents type, IEventListener listener, bool capture ) : void | ||
type | CanvasElementEvents | |
listener | IEventListener | |
capture | bool | |
리턴 | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
리턴 | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
리턴 | void |
public ToBlob ( Action |
||
callback | Action |
|
type | string | |
encoderOptions | object | |
리턴 | void |
public ToDataURL ( string type, object encoderOptions ) : string | ||
type | string | |
encoderOptions | object | |
리턴 | string |