public interface IPicture extends Com4jObject
This interface was generated using tlbimp on stdole2.tlb
Modifier and Type | Method and Description |
---|---|
int |
getAttributes()
Getter method for the COM property "Attributes"
|
int |
getCurDC()
Getter method for the COM property "CurDC"
|
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"
|
boolean |
getKeepOriginalFormat()
Getter method for the COM property "KeepOriginalFormat"
|
short |
getType()
Getter method for the COM property "Type"
|
int |
getWidth()
Getter method for the COM property "Width"
|
void |
pictureChanged() |
void |
render(int hdc,
int x,
int y,
int cx,
int cy,
int xSrc,
int ySrc,
int cxSrc,
int cySrc,
Buffer prcWBounds) |
int |
saveAsFile(Buffer pstm,
boolean fSaveMemCopy) |
void |
selectPicture(int hdcIn,
Holder<Integer> phdcOut,
Holder<Integer> phbmpOut) |
void |
setHdc(int hdc) |
void |
setHPal(int phpal)
Setter method for the COM property "hPal"
|
void |
setKeepOriginalFormat(boolean pfkeep)
Setter method for the COM property "KeepOriginalFormat"
|
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
int getHandle()
Getter method for the COM property "Handle"
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"
int getHeight()
Getter method for the COM property "Height"
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.void setHPal(int phpal)
Setter method for the COM property "hPal"
phpal
- Mandatory int parameter.int getCurDC()
Getter method for the COM property "CurDC"
void selectPicture(int hdcIn, Holder<Integer> phdcOut, Holder<Integer> phbmpOut)
hdcIn
- Mandatory int parameter.phdcOut
- Mandatory HolderphbmpOut
- Mandatory Holderboolean getKeepOriginalFormat()
Getter method for the COM property "KeepOriginalFormat"
void setKeepOriginalFormat(boolean pfkeep)
Setter method for the COM property "KeepOriginalFormat"
pfkeep
- Mandatory boolean parameter.void pictureChanged()
int saveAsFile(Buffer pstm, boolean fSaveMemCopy)
pstm
- Mandatory java.nio.Buffer parameter.fSaveMemCopy
- Mandatory boolean parameter.int getAttributes()
Getter method for the COM property "Attributes"
void setHdc(int hdc)
hdc
- Mandatory int parameter.Copyright © 2014. All rights reserved.