![]() | CMVIEWRender Method |
Namespace: GeoEngine.Core.GXNetX
public void Render( IntPtr hdc, int left, int bottom, int right, int top, double min_x, double min_y, double max_x, double max_y ) public void Render( IntPtr hdc, int left, int bottom, int right, int top, double min_x, double min_y, double max_x, double max_y )
Public Sub Render ( hdc As IntPtr, left As Integer, bottom As Integer, right As Integer, top As Integer, min_x As Double, min_y As Double, max_x As Double, max_y As Double ) Public Sub Render ( hdc As IntPtr, left As Integer, bottom As Integer, right As Integer, top As Integer, min_x As Double, min_y As Double, max_x As Double, max_y As Double )
public: void Render( IntPtr hdc, int left, int bottom, int right, int top, double min_x, double min_y, double max_x, double max_y ) public: void Render( IntPtr hdc, int left, int bottom, int right, int top, double min_x, double min_y, double max_x, double max_y )
member Render : hdc : IntPtr * left : int * bottom : int * right : int * top : int * min_x : float * min_y : float * max_x : float * max_y : float -> unit member Render : hdc : IntPtr * left : int * bottom : int * right : int * top : int * min_x : float * min_y : float * max_x : float * max_y : float -> unit