C# Class SampleApp.InteractionPoints

ファイルを表示 Open project: accord-net/framework

Public Properties

Property Type Description
head System.Drawing.Rectangle
headDown System.Drawing.Rectangle
headLeft System.Drawing.Rectangle
headRight System.Drawing.Rectangle
headUp System.Drawing.Rectangle
left System.Drawing.Rectangle
neutral System.Drawing.Rectangle
right System.Drawing.Rectangle
shoulderLeft System.Drawing.Rectangle
shoulderRight System.Drawing.Rectangle

Public Methods

Method Description
GetRects ( ) : System.Drawing.Rectangle[]
InteractionPoints ( ) : System
classify ( Point p ) : int
setHead ( Rectangle head ) : void

Method Details

GetRects() public method

public GetRects ( ) : System.Drawing.Rectangle[]
return System.Drawing.Rectangle[]

InteractionPoints() public method

public InteractionPoints ( ) : System
return System

classify() public method

public classify ( Point p ) : int
p Point
return int

setHead() public method

public setHead ( Rectangle head ) : void
head System.Drawing.Rectangle
return void

Property Details

head public_oe property

public Rectangle,System.Drawing head
return System.Drawing.Rectangle

headDown public_oe property

public Rectangle,System.Drawing headDown
return System.Drawing.Rectangle

headLeft public_oe property

public Rectangle,System.Drawing headLeft
return System.Drawing.Rectangle

headRight public_oe property

public Rectangle,System.Drawing headRight
return System.Drawing.Rectangle

headUp public_oe property

public Rectangle,System.Drawing headUp
return System.Drawing.Rectangle

left public_oe property

public Rectangle,System.Drawing left
return System.Drawing.Rectangle

neutral public_oe property

public Rectangle,System.Drawing neutral
return System.Drawing.Rectangle

right public_oe property

public Rectangle,System.Drawing right
return System.Drawing.Rectangle

shoulderLeft public_oe property

public Rectangle,System.Drawing shoulderLeft
return System.Drawing.Rectangle

shoulderRight public_oe property

public Rectangle,System.Drawing shoulderRight
return System.Drawing.Rectangle