ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkContext2D Class Reference

vtkContext2D - Class for drawing 2D primitives to a graphical context. More...

Inheritance diagram for Kitware.VTK.vtkContext2D:
[legend]
Collaboration diagram for Kitware.VTK.vtkContext2D:
[legend]

List of all members.

Public Member Functions

 vtkContext2D (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkContext2D ()
 Creates a 2D Painter object.
void AppendTransform (vtkTransform2D transform)
 Creates a 2D Painter object.
void ApplyBrush (vtkBrush brush)
 Creates a 2D Painter object.
void ApplyId (int id)
 Creates a 2D Painter object.
void ApplyPen (vtkPen pen)
 Creates a 2D Painter object.
void ApplyTextProp (vtkTextProperty prop)
 Creates a 2D Painter object.
bool Begin (vtkContextDevice2D device)
 Creates a 2D Painter object.
void BufferIdModeEnd ()
 Creates a 2D Painter object.
void ComputeStringBounds (string arg0, vtkPoints2D bounds)
 Creates a 2D Painter object.
void ComputeStringBounds (string arg0, IntPtr bounds)
 Creates a 2D Painter object.
void DrawArc (float x, float y, float r, float startAngle, float stopAngle)
 Creates a 2D Painter object.
void DrawEllipse (float x, float y, float rx, float ry)
 Creates a 2D Painter object.
void DrawEllipseWedge (float x, float y, float outRx, float outRy, float inRx, float inRy, float startAngle, float stopAngle)
 Creates a 2D Painter object.
void DrawEllipticArc (float x, float y, float rX, float rY, float startAngle, float stopAngle)
 Creates a 2D Painter object.
void DrawImage (float x, float y, vtkImageData image)
 Creates a 2D Painter object.
void DrawImage (float x, float y, float scale, vtkImageData image)
 Creates a 2D Painter object.
void DrawLine (float x1, float y1, float x2, float y2)
 Creates a 2D Painter object.
void DrawLine (IntPtr p)
 Creates a 2D Painter object.
void DrawLine (vtkPoints2D points)
 Creates a 2D Painter object.
void DrawPoint (float x, float y)
 Creates a 2D Painter object.
void DrawPointSprites (vtkImageData sprite, vtkPoints2D points)
 Creates a 2D Painter object.
void DrawPointSprites (vtkImageData sprite, vtkPoints2D points, vtkUnsignedCharArray colors)
 Creates a 2D Painter object.
void DrawPointSprites (vtkImageData sprite, IntPtr points, int n, IntPtr colors, int nc_comps)
 Creates a 2D Painter object.
void DrawPointSprites (vtkImageData sprite, IntPtr points, int n)
 Creates a 2D Painter object.
void DrawPoints (IntPtr x, IntPtr y, int n)
 Creates a 2D Painter object.
void DrawPoints (vtkPoints2D points)
 Creates a 2D Painter object.
void DrawPoints (IntPtr points, int n)
 Creates a 2D Painter object.
void DrawPoly (IntPtr x, IntPtr y, int n)
 Creates a 2D Painter object.
void DrawPoly (vtkPoints2D points)
 Creates a 2D Painter object.
void DrawPoly (IntPtr points, int n)
 Creates a 2D Painter object.
void DrawPoly (IntPtr points, int n, IntPtr colors, int nc_comps)
 Creates a 2D Painter object.
void DrawPolygon (IntPtr x, IntPtr y, int n)
 Creates a 2D Painter object.
void DrawPolygon (vtkPoints2D points)
 Creates a 2D Painter object.
void DrawPolygon (IntPtr points, int n)
 Creates a 2D Painter object.
void DrawQuad (float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
 Creates a 2D Painter object.
void DrawQuad (IntPtr p)
 Creates a 2D Painter object.
void DrawQuadStrip (vtkPoints2D points)
 Creates a 2D Painter object.
void DrawQuadStrip (IntPtr p, int n)
 Creates a 2D Painter object.
void DrawRect (float x, float y, float w, float h)
 Creates a 2D Painter object.
void DrawString (vtkPoints2D point, string arg1)
 Creates a 2D Painter object.
void DrawString (float x, float y, string arg2)
 Creates a 2D Painter object.
void DrawStringRect (vtkPoints2D rect, string arg1)
 Creates a 2D Painter object.
void DrawWedge (float x, float y, float outRadius, float inRadius, float startAngle, float stopAngle)
 Creates a 2D Painter object.
bool End ()
 Creates a 2D Painter object.
vtkBrush GetBrush ()
 Creates a 2D Painter object.
bool GetBufferIdMode ()
 Creates a 2D Painter object.
virtual vtkContextDevice2D GetDevice ()
 Creates a 2D Painter object.
vtkPen GetPen ()
 Creates a 2D Painter object.
vtkTextProperty GetTextProp ()
 Creates a 2D Painter object.
vtkTransform2D GetTransform ()
 Creates a 2D Painter object.
override int IsA (string type)
 Undocumented Block.
new vtkContext2D NewInstance ()
 Undocumented Block.
void PopMatrix ()
 Creates a 2D Painter object.
void PushMatrix ()
 Creates a 2D Painter object.
void SetTransform (vtkTransform2D transform)
 Creates a 2D Painter object.

Static Public Member Functions

static new vtkContext2D New ()
 Creates a 2D Painter object.
static int FloatToInt (float x)
 Creates a 2D Painter object.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkContext2D SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkContext2D"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "12vtkContext2D"
 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 vtkContext2D_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContext2D_AppendTransform_01 (HandleRef pThis, HandleRef transform)
static internal void vtkContext2D_ApplyBrush_02 (HandleRef pThis, HandleRef brush)
static internal void vtkContext2D_ApplyId_03 (HandleRef pThis, int id)
static internal void vtkContext2D_ApplyPen_04 (HandleRef pThis, HandleRef pen)
static internal void vtkContext2D_ApplyTextProp_05 (HandleRef pThis, HandleRef prop)
static internal byte vtkContext2D_Begin_06 (HandleRef pThis, HandleRef device)
static internal void vtkContext2D_BufferIdModeEnd_07 (HandleRef pThis)
static internal void vtkContext2D_ComputeStringBounds_08 (HandleRef pThis, string arg0, HandleRef bounds)
static internal void vtkContext2D_ComputeStringBounds_09 (HandleRef pThis, string arg0, IntPtr bounds)
static internal void vtkContext2D_DrawArc_10 (HandleRef pThis, float x, float y, float r, float startAngle, float stopAngle)
static internal void vtkContext2D_DrawEllipse_11 (HandleRef pThis, float x, float y, float rx, float ry)
static internal void vtkContext2D_DrawEllipseWedge_12 (HandleRef pThis, float x, float y, float outRx, float outRy, float inRx, float inRy, float startAngle, float stopAngle)
static internal void vtkContext2D_DrawEllipticArc_13 (HandleRef pThis, float x, float y, float rX, float rY, float startAngle, float stopAngle)
static internal void vtkContext2D_DrawImage_14 (HandleRef pThis, float x, float y, HandleRef image)
static internal void vtkContext2D_DrawImage_15 (HandleRef pThis, float x, float y, float scale, HandleRef image)
static internal void vtkContext2D_DrawLine_16 (HandleRef pThis, float x1, float y1, float x2, float y2)
static internal void vtkContext2D_DrawLine_17 (HandleRef pThis, IntPtr p)
static internal void vtkContext2D_DrawLine_18 (HandleRef pThis, HandleRef points)
static internal void vtkContext2D_DrawPoint_19 (HandleRef pThis, float x, float y)
static internal void vtkContext2D_DrawPointSprites_20 (HandleRef pThis, HandleRef sprite, HandleRef points)
static internal void vtkContext2D_DrawPointSprites_21 (HandleRef pThis, HandleRef sprite, HandleRef points, HandleRef colors)
static internal void vtkContext2D_DrawPointSprites_22 (HandleRef pThis, HandleRef sprite, IntPtr points, int n, IntPtr colors, int nc_comps)
static internal void vtkContext2D_DrawPointSprites_23 (HandleRef pThis, HandleRef sprite, IntPtr points, int n)
static internal void vtkContext2D_DrawPoints_24 (HandleRef pThis, IntPtr x, IntPtr y, int n)
static internal void vtkContext2D_DrawPoints_25 (HandleRef pThis, HandleRef points)
static internal void vtkContext2D_DrawPoints_26 (HandleRef pThis, IntPtr points, int n)
static internal void vtkContext2D_DrawPoly_27 (HandleRef pThis, IntPtr x, IntPtr y, int n)
static internal void vtkContext2D_DrawPoly_28 (HandleRef pThis, HandleRef points)
static internal void vtkContext2D_DrawPoly_29 (HandleRef pThis, IntPtr points, int n)
static internal void vtkContext2D_DrawPoly_30 (HandleRef pThis, IntPtr points, int n, IntPtr colors, int nc_comps)
static internal void vtkContext2D_DrawPolygon_31 (HandleRef pThis, IntPtr x, IntPtr y, int n)
static internal void vtkContext2D_DrawPolygon_32 (HandleRef pThis, HandleRef points)
static internal void vtkContext2D_DrawPolygon_33 (HandleRef pThis, IntPtr points, int n)
static internal void vtkContext2D_DrawQuad_34 (HandleRef pThis, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
static internal void vtkContext2D_DrawQuad_35 (HandleRef pThis, IntPtr p)
static internal void vtkContext2D_DrawQuadStrip_36 (HandleRef pThis, HandleRef points)
static internal void vtkContext2D_DrawQuadStrip_37 (HandleRef pThis, IntPtr p, int n)
static internal void vtkContext2D_DrawRect_38 (HandleRef pThis, float x, float y, float w, float h)
static internal void vtkContext2D_DrawString_39 (HandleRef pThis, HandleRef point, string arg1)
static internal void vtkContext2D_DrawString_40 (HandleRef pThis, float x, float y, string arg2)
static internal void vtkContext2D_DrawStringRect_41 (HandleRef pThis, HandleRef rect, string arg1)
static internal void vtkContext2D_DrawWedge_42 (HandleRef pThis, float x, float y, float outRadius, float inRadius, float startAngle, float stopAngle)
static internal byte vtkContext2D_End_43 (HandleRef pThis)
static internal int vtkContext2D_FloatToInt_44 (float x)
static internal IntPtr vtkContext2D_GetBrush_45 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal byte vtkContext2D_GetBufferIdMode_46 (HandleRef pThis)
static internal IntPtr vtkContext2D_GetDevice_47 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContext2D_GetPen_48 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContext2D_GetTextProp_49 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkContext2D_GetTransform_50 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkContext2D_IsA_51 (HandleRef pThis, string type)
static internal int vtkContext2D_IsTypeOf_52 (string type)
static internal IntPtr vtkContext2D_NewInstance_54 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContext2D_PopMatrix_55 (HandleRef pThis)
static internal void vtkContext2D_PushMatrix_56 (HandleRef pThis)
static internal IntPtr vtkContext2D_SafeDownCast_57 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkContext2D_SetTransform_58 (HandleRef pThis, HandleRef transform)

Static Private Member Functions

static vtkContext2D ()
 Automatically generated type registration mechanics.

Detailed Description

vtkContext2D - Class for drawing 2D primitives to a graphical context.

Description This defines the interface for drawing onto a 2D context. The context must be set up with a vtkContextDevice2D derived class that provides the functions to facilitate the low level calls to the context. Currently only an OpenGL based device is provided, but this could be extended in the future.


Constructor & Destructor Documentation

static Kitware.VTK.vtkContext2D.vtkContext2D ( ) [static, private]

Automatically generated type registration mechanics.

Kitware.VTK.vtkContext2D.vtkContext2D ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Creates a 2D Painter object.


Member Function Documentation

Creates a 2D Painter object.

Creates a 2D Painter object.

Creates a 2D Painter object.

Creates a 2D Painter object.

Creates a 2D Painter object.

Creates a 2D Painter object.

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.ComputeStringBounds ( string  arg0,
vtkPoints2D  bounds 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.ComputeStringBounds ( string  arg0,
IntPtr  bounds 
)

Creates a 2D Painter object.

override void Kitware.VTK.vtkContext2D.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.vtkObject.

void Kitware.VTK.vtkContext2D.DrawArc ( float  x,
float  y,
float  r,
float  startAngle,
float  stopAngle 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawEllipse ( float  x,
float  y,
float  rx,
float  ry 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawEllipseWedge ( float  x,
float  y,
float  outRx,
float  outRy,
float  inRx,
float  inRy,
float  startAngle,
float  stopAngle 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawEllipticArc ( float  x,
float  y,
float  rX,
float  rY,
float  startAngle,
float  stopAngle 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawImage ( float  x,
float  y,
vtkImageData  image 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawImage ( float  x,
float  y,
float  scale,
vtkImageData  image 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawLine ( float  x1,
float  y1,
float  x2,
float  y2 
)

Creates a 2D Painter object.

Creates a 2D Painter object.

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPoint ( float  x,
float  y 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPoints ( IntPtr  x,
IntPtr  y,
int  n 
)

Creates a 2D Painter object.

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPoints ( IntPtr  points,
int  n 
)

Creates a 2D Painter object.

Creates a 2D Painter object.

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPointSprites ( vtkImageData  sprite,
IntPtr  points,
int  n,
IntPtr  colors,
int  nc_comps 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPointSprites ( vtkImageData  sprite,
IntPtr  points,
int  n 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPoly ( IntPtr  x,
IntPtr  y,
int  n 
)

Creates a 2D Painter object.

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPoly ( IntPtr  points,
int  n 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPoly ( IntPtr  points,
int  n,
IntPtr  colors,
int  nc_comps 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPolygon ( IntPtr  x,
IntPtr  y,
int  n 
)

Creates a 2D Painter object.

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawPolygon ( IntPtr  points,
int  n 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawQuad ( float  x1,
float  y1,
float  x2,
float  y2,
float  x3,
float  y3,
float  x4,
float  y4 
)

Creates a 2D Painter object.

Creates a 2D Painter object.

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawQuadStrip ( IntPtr  p,
int  n 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawRect ( float  x,
float  y,
float  w,
float  h 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawString ( vtkPoints2D  point,
string  arg1 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawString ( float  x,
float  y,
string  arg2 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawStringRect ( vtkPoints2D  rect,
string  arg1 
)

Creates a 2D Painter object.

void Kitware.VTK.vtkContext2D.DrawWedge ( float  x,
float  y,
float  outRadius,
float  inRadius,
float  startAngle,
float  stopAngle 
)

Creates a 2D Painter object.

Creates a 2D Painter object.

static int Kitware.VTK.vtkContext2D.FloatToInt ( float  x) [static]

Creates a 2D Painter object.

Creates a 2D Painter object.

Here is the call graph for this function:

Creates a 2D Painter object.

Creates a 2D Painter object.

Here is the call graph for this function:

Creates a 2D Painter object.

Here is the call graph for this function:

Creates a 2D Painter object.

Here is the call graph for this function:

Creates a 2D Painter object.

Here is the call graph for this function:

override int Kitware.VTK.vtkContext2D.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static new int Kitware.VTK.vtkContext2D.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

static new vtkContext2D Kitware.VTK.vtkContext2D.New ( ) [static]

Creates a 2D Painter object.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Creates a 2D Painter object.

Creates a 2D Painter object.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

Creates a 2D Painter object.

static internal void Kitware.VTK.vtkContext2D.vtkContext2D_AppendTransform_01 ( HandleRef  pThis,
HandleRef  transform 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_ApplyBrush_02 ( HandleRef  pThis,
HandleRef  brush 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_ApplyId_03 ( HandleRef  pThis,
int  id 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_ApplyPen_04 ( HandleRef  pThis,
HandleRef  pen 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_ApplyTextProp_05 ( HandleRef  pThis,
HandleRef  prop 
) [private]
static internal byte Kitware.VTK.vtkContext2D.vtkContext2D_Begin_06 ( HandleRef  pThis,
HandleRef  device 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_BufferIdModeEnd_07 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_ComputeStringBounds_08 ( HandleRef  pThis,
string  arg0,
HandleRef  bounds 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_ComputeStringBounds_09 ( HandleRef  pThis,
string  arg0,
IntPtr  bounds 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawArc_10 ( HandleRef  pThis,
float  x,
float  y,
float  r,
float  startAngle,
float  stopAngle 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawEllipse_11 ( HandleRef  pThis,
float  x,
float  y,
float  rx,
float  ry 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawEllipseWedge_12 ( HandleRef  pThis,
float  x,
float  y,
float  outRx,
float  outRy,
float  inRx,
float  inRy,
float  startAngle,
float  stopAngle 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawEllipticArc_13 ( HandleRef  pThis,
float  x,
float  y,
float  rX,
float  rY,
float  startAngle,
float  stopAngle 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawImage_14 ( HandleRef  pThis,
float  x,
float  y,
HandleRef  image 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawImage_15 ( HandleRef  pThis,
float  x,
float  y,
float  scale,
HandleRef  image 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawLine_16 ( HandleRef  pThis,
float  x1,
float  y1,
float  x2,
float  y2 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawLine_17 ( HandleRef  pThis,
IntPtr  p 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawLine_18 ( HandleRef  pThis,
HandleRef  points 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPoint_19 ( HandleRef  pThis,
float  x,
float  y 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPoints_24 ( HandleRef  pThis,
IntPtr  x,
IntPtr  y,
int  n 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPoints_25 ( HandleRef  pThis,
HandleRef  points 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPoints_26 ( HandleRef  pThis,
IntPtr  points,
int  n 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPointSprites_20 ( HandleRef  pThis,
HandleRef  sprite,
HandleRef  points 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPointSprites_21 ( HandleRef  pThis,
HandleRef  sprite,
HandleRef  points,
HandleRef  colors 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPointSprites_22 ( HandleRef  pThis,
HandleRef  sprite,
IntPtr  points,
int  n,
IntPtr  colors,
int  nc_comps 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPointSprites_23 ( HandleRef  pThis,
HandleRef  sprite,
IntPtr  points,
int  n 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPoly_27 ( HandleRef  pThis,
IntPtr  x,
IntPtr  y,
int  n 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPoly_28 ( HandleRef  pThis,
HandleRef  points 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPoly_29 ( HandleRef  pThis,
IntPtr  points,
int  n 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPoly_30 ( HandleRef  pThis,
IntPtr  points,
int  n,
IntPtr  colors,
int  nc_comps 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPolygon_31 ( HandleRef  pThis,
IntPtr  x,
IntPtr  y,
int  n 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPolygon_32 ( HandleRef  pThis,
HandleRef  points 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawPolygon_33 ( HandleRef  pThis,
IntPtr  points,
int  n 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawQuad_34 ( HandleRef  pThis,
float  x1,
float  y1,
float  x2,
float  y2,
float  x3,
float  y3,
float  x4,
float  y4 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawQuad_35 ( HandleRef  pThis,
IntPtr  p 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawQuadStrip_36 ( HandleRef  pThis,
HandleRef  points 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawQuadStrip_37 ( HandleRef  pThis,
IntPtr  p,
int  n 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawRect_38 ( HandleRef  pThis,
float  x,
float  y,
float  w,
float  h 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawString_39 ( HandleRef  pThis,
HandleRef  point,
string  arg1 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawString_40 ( HandleRef  pThis,
float  x,
float  y,
string  arg2 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawStringRect_41 ( HandleRef  pThis,
HandleRef  rect,
string  arg1 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_DrawWedge_42 ( HandleRef  pThis,
float  x,
float  y,
float  outRadius,
float  inRadius,
float  startAngle,
float  stopAngle 
) [private]
static internal byte Kitware.VTK.vtkContext2D.vtkContext2D_End_43 ( HandleRef  pThis) [private]
static internal int Kitware.VTK.vtkContext2D.vtkContext2D_FloatToInt_44 ( float  x) [private]
static internal IntPtr Kitware.VTK.vtkContext2D.vtkContext2D_GetBrush_45 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal byte Kitware.VTK.vtkContext2D.vtkContext2D_GetBufferIdMode_46 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkContext2D.vtkContext2D_GetDevice_47 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContext2D.vtkContext2D_GetPen_48 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContext2D.vtkContext2D_GetTextProp_49 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContext2D.vtkContext2D_GetTransform_50 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkContext2D.vtkContext2D_IsA_51 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkContext2D.vtkContext2D_IsTypeOf_52 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkContext2D.vtkContext2D_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkContext2D.vtkContext2D_NewInstance_54 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_PopMatrix_55 ( HandleRef  pThis) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_PushMatrix_56 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkContext2D.vtkContext2D_SafeDownCast_57 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkContext2D.vtkContext2D_SetTransform_58 ( HandleRef  pThis,
HandleRef  transform 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkContext2D.MRClassNameKey = "12vtkContext2D" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.

new const string Kitware.VTK.vtkContext2D.MRFullTypeName = "Kitware.VTK.vtkContext2D"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkObject.


The documentation for this class was generated from the following file: