CopyFromScreen()

Graphics::CopyFromScreen(Point, Point, Size, CopyPixelOperation) method

NOT IMPLEMENTED.

void System::Drawing::Graphics::CopyFromScreen(Point upperLeftSource, Point upperLeftDestination, Size blockRegionSize, CopyPixelOperation copyPixelOperation=CopyPixelOperation::SourceCopy)

Graphics::CopyFromScreen(int32_t, int32_t, int32_t, int32_t, Size, CopyPixelOperation) method

NOT IMPLEMENTED.

void System::Drawing::Graphics::CopyFromScreen(int32_t sourceX, int32_t sourceY, int32_t destinationX, int32_t destinationY, Size blockRegionSize, CopyPixelOperation copyPixelOperation=CopyPixelOperation::SourceCopy)

See Also