public interface IPictureDisp extends Com4jObject
This interface was generated using tlbimp on stdole2.tlb
Modifier and Type | Method and Description |
---|---|
int |
getHandle()
Getter method for the COM property "Handle"
|
int |
getHeight()
Getter method for the COM property "Height"
|
int |
getHPal()
Getter method for the COM property "hPal"
|
short |
getType()
Getter method for the COM property "Type"
|
int |
getWidth()
Getter method for the COM property "Width"
|
void |
render(int hdc,
int x,
int y,
int cx,
int cy,
int xSrc,
int ySrc,
int cxSrc,
int cySrc,
Buffer prcWBounds) |
void |
setHandle(int newValue)
Setter method for the COM property "Handle"
|
void |
setHeight(int newValue)
Setter method for the COM property "Height"
|
void |
setHPal(int newValue)
Setter method for the COM property "hPal"
|
void |
setType(short newValue)
Setter method for the COM property "Type"
|
void |
setWidth(int newValue)
Setter method for the COM property "Width"
|
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
void render(int hdc, int x, int y, int cx, int cy, int xSrc, int ySrc, int cxSrc, int cySrc, Buffer prcWBounds)
hdc
- Mandatory int parameter.x
- Mandatory int parameter.y
- Mandatory int parameter.cx
- Mandatory int parameter.cy
- Mandatory int parameter.xSrc
- Mandatory int parameter.ySrc
- Mandatory int parameter.cxSrc
- Mandatory int parameter.cySrc
- Mandatory int parameter.prcWBounds
- Mandatory java.nio.Buffer parameter.int getHandle()
Getter method for the COM property "Handle"
void setHandle(int newValue)
Setter method for the COM property "Handle"
newValue
- The new value for the COM property Handle as a intint getHPal()
Getter method for the COM property "hPal"
void setHPal(int newValue)
Setter method for the COM property "hPal"
newValue
- The new value for the COM property hPal as a intshort getType()
Getter method for the COM property "Type"
void setType(short newValue)
Setter method for the COM property "Type"
newValue
- The new value for the COM property Type as a shortint getWidth()
Getter method for the COM property "Width"
void setWidth(int newValue)
Setter method for the COM property "Width"
newValue
- The new value for the COM property Width as a intint getHeight()
Getter method for the COM property "Height"
void setHeight(int newValue)
Setter method for the COM property "Height"
newValue
- The new value for the COM property Height as a intCopyright © 2014. All rights reserved.