Matrix::OffsetY Property

 

Gets the y translation value (the dy value, or the element in the third row and second column) of this Matrix.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property float OffsetY {
	float get();
}

Property Value

Type: System::Single

The y translation value of this Matrix.

.NET Framework
Available since 1.1
Return to top
Show: