C# 클래스 BExplorer.Shell.IMAGELISTDRAWPARAMS

파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Frame int
cbSize int
crEffect int
cx int
cy int
dwRop int
fState ImageListDrawStates
fStyle int
hdcDst System.IntPtr
himl System.IntPtr
i int
rgbBk int
rgbFg int
x int
xBitmap int
y int
yBitmap int

프로퍼티 상세

Frame 공개적으로 프로퍼티

Used with the alpha blending effect.
public int Frame
리턴 int

cbSize 공개적으로 프로퍼티

The size of this structure, in bytes.
public int cbSize
리턴 int

crEffect 공개적으로 프로퍼티

A color used for the glow and shadow effects. You must use comctl32.dll version 6 to use this member. See the Remarks.
public int crEffect
리턴 int

cx 공개적으로 프로퍼티

A value that specifies the number of pixels to draw, relative to the upper-left corner of the drawing operation as specified by xBitmap and yBitmap. If cx and cy are zero, then Draw draws the entire valid section. The method does not ensure that the parameters are valid.
public int cx
리턴 int

cy 공개적으로 프로퍼티

A value that specifies the number of pixels to draw, relative to the upper-left corner of the drawing operation as specified by xBitmap and yBitmap. If cx and cy are zero, then Draw draws the entire valid section. The method does not ensure that the parameters are valid.
public int cy
리턴 int

dwRop 공개적으로 프로퍼티

A value specifying a raster operation code. These codes define how the color data for the source rectangle will be combined with the color data for the destination rectangle to achieve the final color. This member is ignored if fStyle does not include the ILD_ROP flag. Some common raster operation codes include:
public int dwRop
리턴 int

fState 공개적으로 프로퍼티

A flag that specifies the drawing state. This member can contain one or more image list state flags. You must use comctl32.dll version 6 to use this member. See the Remarks.
public ImageListDrawStates fState
리턴 ImageListDrawStates

fStyle 공개적으로 프로퍼티

A flag specifying the drawing style and, optionally, the overlay image. See the comments section at the end of this topic for information on the overlay image. This member can contain one or more image list drawing flags.
public int fStyle
리턴 int

hdcDst 공개적으로 프로퍼티

A handle to the destination device context.
public IntPtr,System hdcDst
리턴 System.IntPtr

himl 공개적으로 프로퍼티

A handle to the image list that contains the image to be drawn.
public IntPtr,System himl
리턴 System.IntPtr

i 공개적으로 프로퍼티

The zero-based index of the image to be drawn.
public int i
리턴 int

rgbBk 공개적으로 프로퍼티

The image background color. This parameter can be an application-defined RGB value or one of the following values.
public int rgbBk
리턴 int

rgbFg 공개적으로 프로퍼티

The image foreground color. This member is used only if fStyle includes the ILD_BLEND25 or ILD_BLEND50 flag. This parameter can be an application-defined RGB value or one of the following values:
public int rgbFg
리턴 int

x 공개적으로 프로퍼티

The x-coordinate that specifies where the image is drawn.
public int x
리턴 int

xBitmap 공개적으로 프로퍼티

The x-coordinate that specifies the upper-left corner of the drawing operation in reference to the image itself. Pixels of the image that are to the left of xBitmap and above yBitmap do not appear.
public int xBitmap
리턴 int

y 공개적으로 프로퍼티

The y-coordinate that specifies where the image is drawn.
public int y
리턴 int

yBitmap 공개적으로 프로퍼티

The y-coordinate that specifies the upper-left corner of the drawing operation in reference to the image itself. Pixels of the image that are to the left of xBitmap and above yBitmap do not appear.
public int yBitmap
리턴 int