다음을 통해 공유


RasterOperation Enumeration

Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in microsoft.ink.dll)

Syntax

'Declaration
Public Enumeration RasterOperation
'Usage
Dim instance As RasterOperation
public enum RasterOperation
public enum class RasterOperation
public enum RasterOperation
public enum RasterOperation

Members

  Member name Description
Black Specifies black pen color. 
CopyPen Specifies the pen color. 
MakePenNot Specifies a combination of the colors are common to both the pen and the inverse of the display. 
MaskNotPen Specifies a combination of the colors are common to the background color and the inverse of the pen. 
MaskPen Specifies a combination of the colors common to both the pen and the display. 
MergeNotPen Specifies a combination of the display color and the inverse of the pen color. 
MergePen Specifies a combination of the pen color and the display color. 
MergePenNot Specifies a combination of the pen color and the inverse of the display color. 
NoOperation Specifies no operation; the output remains unchanged. 
Not Specifies the inverse of the display color. 
NotCopyPen Specifies the inverse of CopyPen
NotMaskPen Specifies the inverse of MaskPen
NotMergePen Specifies the inverse of MergePen
NotXOrPen Specifies an inverse of XOrPen
White Specifies a white pen color. 
XOrPen Specifies a combination of the colors in the pen and in the display color, but not in both. 

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.Ink Namespace
DrawingAttributes.RasterOperation