ActiViz .NET
5.8.0
|
vtkContextClip - all children of this item are clipped by the specified area. More...
Public Member Functions | |
vtkContextClip (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkContextClip () | |
Creates a vtkContextClip object. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkContextClip | NewInstance () |
Undocumented Block. | |
override bool | Paint (vtkContext2D painter) |
Paint event for the item, called whenever the item needs to be drawn. | |
virtual void | SetClip (float x, float y, float width, float height) |
Set the origin, width and height of the clipping rectangle. These are in pixel coordinates. | |
override void | Update () |
Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked. | |
Static Public Member Functions | |
static new vtkContextClip | New () |
Creates a vtkContextClip object. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkContextClip | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkContextClip" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "14vtkContextClip" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkContextClip_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal int | vtkContextClip_IsA_01 (HandleRef pThis, string type) |
static internal int | vtkContextClip_IsTypeOf_02 (string type) |
static internal IntPtr | vtkContextClip_NewInstance_04 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal byte | vtkContextClip_Paint_05 (HandleRef pThis, HandleRef painter) |
static internal IntPtr | vtkContextClip_SafeDownCast_06 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkContextClip_SetClip_07 (HandleRef pThis, float x, float y, float width, float height) |
static internal void | vtkContextClip_Update_08 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkContextClip () |
Automatically generated type registration mechanics. |
vtkContextClip - all children of this item are clipped by the specified area.
Description This class can be used to clip the rendering of an item inside a rectangular area.
static Kitware.VTK.vtkContextClip.vtkContextClip | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkContextClip.vtkContextClip | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Creates a vtkContextClip object.
override void Kitware.VTK.vtkContextClip.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
override int Kitware.VTK.vtkContextClip.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static new int Kitware.VTK.vtkContextClip.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static new vtkContextClip Kitware.VTK.vtkContextClip.New | ( | ) | [static] |
Creates a vtkContextClip object.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
override bool Kitware.VTK.vtkContextClip.Paint | ( | vtkContext2D | painter | ) | [virtual] |
Paint event for the item, called whenever the item needs to be drawn.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static new vtkContextClip Kitware.VTK.vtkContextClip.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
virtual void Kitware.VTK.vtkContextClip.SetClip | ( | float | x, |
float | y, | ||
float | width, | ||
float | height | ||
) | [virtual] |
Set the origin, width and height of the clipping rectangle. These are in pixel coordinates.
override void Kitware.VTK.vtkContextClip.Update | ( | ) | [virtual] |
Perform any updates to the item that may be necessary before rendering. The scene should take care of calling this on all items before their Paint function is invoked.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
static internal int Kitware.VTK.vtkContextClip.vtkContextClip_IsA_01 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkContextClip.vtkContextClip_IsTypeOf_02 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkContextClip.vtkContextClip_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkContextClip.vtkContextClip_NewInstance_04 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal byte Kitware.VTK.vtkContextClip.vtkContextClip_Paint_05 | ( | HandleRef | pThis, |
HandleRef | painter | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkContextClip.vtkContextClip_SafeDownCast_06 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkContextClip.vtkContextClip_SetClip_07 | ( | HandleRef | pThis, |
float | x, | ||
float | y, | ||
float | width, | ||
float | height | ||
) | [private] |
static internal void Kitware.VTK.vtkContextClip.vtkContextClip_Update_08 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkContextClip.MRClassNameKey = "14vtkContextClip" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.
new const string Kitware.VTK.vtkContextClip.MRFullTypeName = "Kitware.VTK.vtkContextClip" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractContextItem.