toNative() private method

private toNative ( ) : ADLDrawRequest
return ADLDrawRequest
        public void draw(DrawRequest r)
        {
            ADLDrawRequest nativeR = r.toNative();

            nativeR.rendererId   = _rendererId;
            nativeR.windowHandle = r.hdc;
            NativeAPI.adl_draw(_platformHandle, ref nativeR);
        }
 public void draw(DrawRequest r)
 {
     ADLDrawRequest nativeR = r.toNative();
     nativeR.rendererId = _rendererId;
     nativeR.windowHandle = r.hdc;
     NativeAPI.adl_draw(_platformHandle, ref nativeR);
 }