[]
Returns the size and location of the given InputComponent in pixels relative to the parent C1InputPanel control.
public Rectangle GetItemBounds(InputComponent inputComponent)
Type | Name | Description |
---|---|---|
InputComponent | inputComponent |
Type | Description |
---|---|
Rectangle |
Returns the size and location of the given InputComponent in pixels relative to the parent C1InputPanel control.
public Rectangle GetItemBounds(InputComponent inputComponent, InputElementType elementType)
Type | Name | Description |
---|---|---|
InputComponent | inputComponent | The input component whose bounds are calculated. |
InputElementType | elementType | The type of the specific element in the input component. |
Type | Description |
---|---|
Rectangle |