LOGFONTW.lfClipPrecision Field
Specifies the clipping precision.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
Public lfClipPrecision As Byte
'使用
Dim instance As LOGFONTW
Dim value As Byte
value = instance.lfClipPrecision
instance.lfClipPrecision = value
public byte lfClipPrecision
public:
unsigned char lfClipPrecision
public var lfClipPrecision : byte
Field Value
Type: System.Byte
Remarks
COM Signature
From vsshell.idl:
The clipping precision defines how to clip characters that are partially outside the clipping region.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.