Matrix::OffsetX Property

 

Gets the x translation value (the dx value, or the element in the third row and first column) of this Matrix.

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

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

Property Value

Type: System::Single

The x translation value of this Matrix.

.NET Framework
Available since 1.1
Return to top
Show: