com.moesol.bindings.platform_sdk.windows_api
Class HPEN
java.lang.Object
com.moesol.bindings.platform_sdk.windows_api.HANDLE
com.moesol.bindings.platform_sdk.windows_api.HGDIOBJ
com.moesol.bindings.platform_sdk.windows_api.HPEN
public class HPEN
- extends HGDIOBJ
Constructor Summary |
protected |
HPEN(long handle)
|
protected |
HPEN(long handle,
boolean temporary)
|
Method Summary |
static HPEN |
createPen(int fnPenStyle,
int nWidth,
int crColor)
|
PS_SOLID
public static final int PS_SOLID
- See Also:
- Constant Field Values
PS_DASH
public static final int PS_DASH
- See Also:
- Constant Field Values
PS_DOT
public static final int PS_DOT
- See Also:
- Constant Field Values
PS_DASHDOT
public static final int PS_DASHDOT
- See Also:
- Constant Field Values
PS_DASHDOTDOT
public static final int PS_DASHDOTDOT
- See Also:
- Constant Field Values
PS_NULL
public static final int PS_NULL
- See Also:
- Constant Field Values
PS_INSIDEFRAME
public static final int PS_INSIDEFRAME
- See Also:
- Constant Field Values
PS_USERSTYLE
public static final int PS_USERSTYLE
- See Also:
- Constant Field Values
PS_ALTERNATE
public static final int PS_ALTERNATE
- See Also:
- Constant Field Values
PS_STYLE_MASK
public static final int PS_STYLE_MASK
- See Also:
- Constant Field Values
HPEN
protected HPEN(long handle,
boolean temporary)
- Parameters:
handle
- temporary
- - lead detection is skipped when true
HPEN
protected HPEN(long handle)
- Parameters:
handle
-
createPen
public static HPEN createPen(int fnPenStyle,
int nWidth,
int crColor)
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.