Share via


Device.SetCursorProperties(Int32,Int32,Surface)

SetCursorProperties メソッド

カーソルのプロパティを設定する。

定義

Visual Basic Public Sub SetCursorProperties( _
    ByVal hotSpotX As Integer, _
    ByVal hotSpotY As Integer, _
    ByVal cursorBitmap As Surface _
)
C# public void SetCursorProperties(
    int hotSpotX,
    int hotSpotY,
    Surface cursorBitmap
);
Managed C++ public: void SetCursorProperties(
    int hotSpotX,
    int hotSpotY,
    SurfacecursorBitmap
);
JScript public function SetCursorProperties(
    hotSpotX : int,
    hotSpotY : int,
    cursorBitmap : Surface
) : void;

パラメータ

hotSpotX System.Int32.
hotSpotY System.Int32.
cursorBitmap Microsoft.DirectX.Direct3D.Surface.

対象

Device

© 2002 Microsoft Corporation. All rights reserved. Terms of use.